Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
py12306
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
python
py12306
Commits
2e89bd1d
Commit
2e89bd1d
authored
Jan 18, 2019
by
Jalin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改名称错误
parent
deab8142
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main.py
main.py
+1
-1
query.py
py12306/query/query.py
+1
-1
No files found.
main.py
View file @
2e89bd1d
...
...
@@ -16,7 +16,7 @@ def main():
App
.
did_start
()
App
.
run_check
()
Query
.
check_before_
f
un
()
Query
.
check_before_
r
un
()
####### 运行任务
Web
.
run
()
...
...
py12306/query/query.py
View file @
2e89bd1d
...
...
@@ -51,7 +51,7 @@ class Query:
pass
@
classmethod
def
check_before_
f
un
(
cls
):
def
check_before_
r
un
(
cls
):
self
=
cls
()
self
.
init_jobs
()
self
.
is_ready
=
True
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment