Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed Apr 5, 2017
1 parent 674041a commit 256aff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -606,7 +606,7 @@ def ScrapeUserInput():
#test1 = re.search(r'ltr\">EOF((.|\n)+)TX_LOCALE', html).group()
test2 = re.search(r'EOF((.|\n)+),', html).group()
#test2a = test2.replace(". ", ".").replace("/ ", "/")
#print test2a
print test
test3 = re.findall(r'(.*?)\,', test2)

#print test3.pop(0)
Expand Down

0 comments on commit 256aff2

Please sign in to comment.