3
0
Telegram_PaimonBot/main.py

7 lines
100 B
Python

import logging
from ci import app
# 日志记录
logging.basicConfig(level=logging.INFO)
app.run()