Skip to content

Commit

Permalink
Fixed Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumaar23 committed Sep 3, 2018
1 parent 800ff35 commit f696aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SemPapers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
from sys import exit

def year(url):
year_url=url
try:
page = requests.get(url)
soup = BeautifulSoup(page.content,'html.parser')
Expand Down Expand Up @@ -52,7 +53,7 @@ def year(url):
if(ch==0):
exit()
else:
start()
year(year_url)



Expand Down

0 comments on commit f696aa8

Please sign in to comment.