Toggle navigation
Toggle navigation
This project
Loading...
Sign in
송용우
/
oss-Jaksimsamil
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
JJuOn
2020-08-18 23:17:55 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2acb4341fae37df9763e0d2970367240958b5b68
2acb4341
1 parent
7f833607
Delete debug line
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
jaksimsamil-crawler/main.py
jaksimsamil-crawler/main.py
View file @
2acb434
...
...
@@ -139,7 +139,6 @@ if __name__=="__main__":
client
=
setup
()
problems
=
get_khu_problem_list
()
problems
=
get_problem_info
(
problems
)
problems
=
pd
.
read_csv
(
'problems.csv'
,
index_col
=
0
)
problems
=
get_solvedac_level
(
problems
)
problems
=
get_category
(
problems
)
update_database
(
problems
,
client
)
...
...
Please
register
or
login
to post a comment