[check] some fixes

This commit is contained in:
levina 2022-02-25 14:11:34 +07:00 committed by GitHub
parent 3b0c614dd9
commit f5209cc705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,10 +6,8 @@ import logging
from driver.core import me_bot
id = me_bot.id
logging.basicConfig(
filename=f'streambot-logs-{id}.txt',
filename=f'streambot-logs-{me_bot.id}.txt',
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
)