Skip to content

Commit

Permalink
v0.6.1 edit
Browse files Browse the repository at this point in the history
  • Loading branch information
drgerg committed Nov 29, 2020
1 parent 2667fd5 commit 56dd00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/uet.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def SignalHandler(signal, frame):
logger.info("Shutting down gracefully")
logger.debug("Wrote to log in SignalHandler")
logger.info("That's all folks. Goodbye")
logger.info(" - - - - test.py DATA LOGGING STOPPED INTENTIONALLY - - - - ")
logger.info(" - - - - uet.py DATA LOGGING STOPPED INTENTIONALLY - - - - ")
sys.exit(0)

if __name__ == "__main__":
Expand Down

0 comments on commit 56dd00b

Please sign in to comment.