change config.py.example

This commit is contained in:
2020-11-05 12:44:58 +01:00
parent ffbedad5fb
commit c4ac6d1809

View File

@@ -78,6 +78,6 @@
# Example pyinotifyd #
########################
#pyinotifyd_config = Pyinotifyd(
# watches=[watch],
# loglevel=logging.INFO)
pyinotifyd = Pyinotifyd(
watches=[],
shutdown_timeout=30)