Skip to content
Snippets Groups Projects
Commit 1dc879c0 authored by David Trattnig's avatar David Trattnig
Browse files

Fixed log. #72

parent a1a97d34
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,7 @@ class AuraScheduler(threading.Thread):
self.queue_programme()
except Exception as e:
self.logger.critical(SU.red(f"Unhandled error while fetching & scheduling new programme! ({str(e)})"), e)
self.logger.critical(SU.red(f"Unhandled error while fetching & scheduling new programme! ({str(e)})"))
# Keep on working anyway
EngineExecutor.log_commands()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment