removed wrong comments
This commit is contained in:
parent
b8d15d9d6b
commit
48f3b18acd
python_apps/media-monitor2/media/monitor
|
@ -241,8 +241,3 @@ class Manager(Loggable):
|
|||
notifier = pyinotify.Notifier(self.wm)
|
||||
notifier.coalesce_events()
|
||||
notifier.loop()
|
||||
# Experiments with running notifier in different modes
|
||||
# There are 3 options: normal, async, threaded.
|
||||
#import asyncore
|
||||
#pyinotify.AsyncNotifier(self.wm).loop()
|
||||
#asyncore.loop()
|
||||
|
|
Loading…
Reference in New Issue