python-caldav / caldav

Apache License 2.0
313 stars 91 forks source link

bugfix/config_private-fixed-missing-comma #345

Closed RogerSik closed 7 months ago

RogerSik commented 7 months ago

Otherwise it fails with

  File "/home/rsikorski/caldav/tests/conf_private.py", line 14
    'enable': True
              ^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?
tobixen commented 7 months ago

thank you