Skip to content

Commit

Permalink
Small Typo in Output
Browse files Browse the repository at this point in the history
  • Loading branch information
spjmurray committed Sep 27, 2018
1 parent 14c0ea3 commit 998ad71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def main():
init_httpd()
init_slumber()
except KeyboardInterrupt:
logging.info('Caught interrupt exitting ...')
logging.info('Caught interrupt exiting ...')


if __name__ == '__main__':
Expand Down

0 comments on commit 998ad71

Please sign in to comment.