rename old

This commit is contained in:
Jalin
2019-05-14 13:21:25 +08:00
parent 8d4ea3066a
commit f49b081bc5
77 changed files with 11 additions and 254 deletions

View File

@@ -0,0 +1,12 @@
from py12306.log.base import BaseLog
from py12306.helpers.func import *
@singleton
class RedisLog(BaseLog):
# 这里如果不声明,会出现重复打印,目前不知道什么原因
logs = []
thread_logs = {}
quick_log = []
MESSAGE_REDIS_INIT_SUCCESS = 'Redis 初始化成功'