add missing import

Tamara Schmitz 2023-05-24 17:49:39 +02:00
parent 1ad3de611b
commit 03e1ab7479
Signed by: tamtaram
GPG Key ID: C2613AC6B3FA4686
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ from bot import Bot
import logging
from report import Report
from twx.botapi import TelegramBot as Telegram
from time import sleep
logger = logging.getLogger(__name__)