Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wakerup/wakerup.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def is_awake(self, host):
class WakeupEventHandler(PatternMatchingEventHandler):
"""Subclass of the Watchdog event handler

Keeps observing the directdory of the file specified for activity. Any file
Keeps observing the directory of the file specified for activity. Any file
creation/modification/deletion/moves trigger an event handler, where the filename
of the triggering event is checked for the file we care about. If it's a match,
then we call back into the WakerUp class which handles the pattern matching of the
Expand Down Expand Up @@ -172,4 +172,4 @@ def sigterm_handler(_signo, _stack_frame):
# Set up signal handler for graceful docker quitting
signal.signal(signal.SIGTERM, sigterm_handler)

wakerup = WakerUp(options['CONFIGFILE'])
wakerup = WakerUp(options['CONFIGFILE'])