Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Chahed committed Nov 5, 2015
1 parent 5c2ebeb commit a659c68
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scraper.py
Expand Up @@ -47,8 +47,6 @@ def suittext(text):
text=text.replace("\"","")
text=text.replace(" ","")
text=text.replace("u\\n","")
text=text.replace("\\"," ")

text=text.replace("\\r"," ")
text=text.replace("[","")
text=text.replace("]","")
Expand Down

0 comments on commit a659c68

Please sign in to comment.