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 cf57f0b commit 5976886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -47,7 +47,7 @@ def suittext(text):
text=text.replace("\"","")
text=text.replace(" ","")
text=text.replace("u\\n","")
text=text.replace("u "+"\\n","")
text=text.replace("u\ \\n","")
text=text.replace("\\r"," ")
text=text.replace("[","")
text=text.replace("]","")
Expand Down

0 comments on commit 5976886

Please sign in to comment.