[check] some changes

This commit is contained in:
levina 2022-02-25 11:47:13 +07:00 committed by GitHub
parent 01d55a1c30
commit d298e315c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,12 @@ __version__ = "0.6.5"
import time
import logging
from driver.core import me_bot
id = me_bot.id
logging.basicConfig(
filename='bot.logs',
filename=f'streambot-logs-{id}.txt',
level=logging.INFO,
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s'
)