diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-10 16:46:18 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-10 16:46:18 +0300 |
| commit | d90a9eac5a690d633932be50ac8e1b2615b88e4e (patch) | |
| tree | 1c36d0880cc414105aeb6fd5cfa723f2ee9c0bd1 | |
| parent | 88019526877172925ef4d44cbc7ef6c2402d920b (diff) | |
Fix imports
| -rw-r--r-- | taulubot.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/taulubot.py b/taulubot.py index 3f7880f..cac99c3 100644 --- a/taulubot.py +++ b/taulubot.py @@ -1,4 +1,6 @@ import time +import traceback +import random import os import calendar import logging @@ -126,6 +128,7 @@ def handle(msg): ) break except: + traceback.print_exc() logging.error( "Error occured during process. Retrying... (attempt {})".format( attempt |
