Skip to content

Commit

Permalink
Correct the issue with the key error
Browse files Browse the repository at this point in the history
  • Loading branch information
KyriakosFrang committed Feb 26, 2017
1 parent c29ab25 commit 39095f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dblp_xml_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def download_and_store(paper, db):
if url_open.status != 200:
raise BaseException("HTTPError {}".format(url_open.status))
else:
downloadinfo = {}
#downloadinfo = {}
actual_url = url_open.geturl()
global num_of_access
# Here we need to add a time delay because we access the
Expand Down

0 comments on commit 39095f7

Please sign in to comment.