Skip to content

Commit

Permalink
Merge pull request #24 from ferru97/DEV
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
ferru97 authored Mar 23, 2021
2 parents 8f7430f + 074dd14 commit ee5b502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions PyPaperBot/Downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,7 @@ def downloadPapers(papers, dwnl_dir, num_limit, SciHub_URL=None):
def URLjoin(*args):
return "/".join(map(lambda x: str(x).rstrip('/'), args))

if SciHub_URL:
NetInfo.SciHub_URL = SciHub_URL

NetInfo.SciHub_URL = SciHub_URL
if NetInfo.SciHub_URL==None:
setSciHubUrl()

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author = 'Vito Ferrulli',
author_email = 'vitof970@gmail.com',
url = 'https://github.com/ferru97/PyPaperBot',
download_url = 'https://github.com/ferru97/PyPaperBot/archive/v1.0.1.tar.gz',
download_url = 'https://github.com/ferru97/PyPaperBot/archive/v1.0.2.tar.gz',
keywords = ['download-papers','google-scholar', 'scihub', 'scholar', 'crossref', 'papers'],
install_requires=[
'astroid==2.4.2',
Expand Down

0 comments on commit ee5b502

Please sign in to comment.