增加 cdn 查询

This commit is contained in:
Jalin
2019-01-18 17:08:39 +08:00
parent 8032422f7d
commit 98e5d8f95a
11 changed files with 2518 additions and 23 deletions

View File

@@ -2,6 +2,7 @@
import sys
from py12306.app import *
from py12306.helpers.cdn import Cdn
from py12306.log.common_log import CommonLog
from py12306.query.query import Query
from py12306.user.user import User
@@ -20,6 +21,7 @@ def main():
####### 运行任务
Web.run()
Cdn.run()
User.run()
Query.run()
if not Const.IS_TEST: