From d90a9eac5a690d633932be50ac8e1b2615b88e4e Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Fri, 10 Oct 2025 16:46:18 +0300 Subject: Fix imports --- taulubot.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'taulubot.py') 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 -- cgit v1.3