fix: texts.py тройная кавычка и instruct/handlers.py missing router
This commit is contained in:
@@ -16,6 +16,7 @@ from utils.texts import (
|
||||
# SETUP
|
||||
# ========================================
|
||||
log_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'logs')
|
||||
router = Router()
|
||||
os.makedirs(log_dir, exist_ok=True)
|
||||
instruct_logger = logging.getLogger('instruct')
|
||||
instruct_logger.setLevel(logging.INFO)
|
||||
|
||||
Reference in New Issue
Block a user