PEP8 Edits: Mostly cosmetic tweaks. Removed tabs, breaking lines longer than 80 chars, etc... #52
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ twitter = Twython()
|
||||||
search_results = twitter.searchTwitter(q="WebsDotCom", rpp="50")
|
search_results = twitter.searchTwitter(q="WebsDotCom", rpp="50")
|
||||||
|
|
||||||
for tweet in search_results["results"]:
|
for tweet in search_results["results"]:
|
||||||
print tweet["text"]
|
print tweet["text"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue