We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b201e commit a52442dCopy full SHA for a52442d
python2/examples/daemon.py
@@ -43,7 +43,7 @@ def on_loop(notifier, counter):
43
# before this method is called otherwise it will raise an exception.
44
# /tmp/pyinotify.log is used as log file to dump received events. Likewise
45
# in your real code choose a more appropriate location for instance under
46
-# /var/log (this file may contain sensible data). Finally, callback is the
+# /var/log (this file may contain sensitive data). Finally, callback is the
47
# above function and will be called after each event loop.
48
try:
49
notifier.loop(daemonize=True, callback=on_loop_func,
0 commit comments