diff options
author | 2018-05-28 15:05:29 +0200 | |
---|---|---|
committer | 2018-05-28 15:05:29 +0200 | |
commit | ff2565956eaa179c0205685f293624a8a58ede08 (patch) | |
tree | 8ba9e9669913d8028191b8af7c293d3a80bc8157 | |
parent | removed nonsense (diff) |
typo in debug output
-rw-r--r-- | snekbox.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ def stopwatch(process): exit(0) process.terminate() - log.debug(f"Rerminated process {process.pid} forcefully") + log.debug(f"Terminated process {process.pid} forcefully") def message_handler(ch, method, properties, body, thread_ws=None): p = multiprocessing.Process(target=execute, args=(body,)) |