diff --git a/config.py.example b/config.py.example index 79a2dff40450d24eb2da78b3cf21a75856cb1875..ee7824736c7246d08ac2f3248fa6fbbe917d3c30 100644 --- a/config.py.example +++ b/config.py.example @@ -26,10 +26,10 @@ CELERY_ACCEPT_CONTENT = ["pickle"] # do not change PRINTING_ACTIVE = True PRINTING_SERVER = "printsrv.example.com:631" PRINTING_USER = "protocols" -PRINTING_PRINTERS = [ +PRINTING_PRINTERS = { "example_printer": ["Duplex=DuplexNoTumble", "option2=value"], "other_printer": ["list", "of", "options"] -] +} # etherpad (optional) ETHERPAD_ACTIVE = True