diff --git a/screenless/bureau/bureau.py b/screenless/bureau/bureau.py index 58fdc86..da61d26 100644 --- a/screenless/bureau/bureau.py +++ b/screenless/bureau/bureau.py @@ -239,7 +239,7 @@ class Bureau(object): # TODO: eventually refactor this since it could overwrite a half-broken config sp_dict = {"vendorid": "", "productid": "", "inep": "", "outep": "", "width": "384", "textwidth": "32", - "profile", ""} + "profile": ""} lp_dict = {"name": "", "papersize": "A4", "duplex": "False"} printcfg["smallprinter"] = sp_dict printcfg["largeprinter"] = lp_dict