PEP8 Edit: Removed Tab -> added 4 spaces
This commit is contained in:
parent
709c8453ea
commit
9fcd14f3d1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,4 +5,4 @@ twitter = Twython()
|
|||
search_results = twitter.searchTwitter(q="WebsDotCom", rpp="50")
|
||||
|
||||
for tweet in search_results["results"]:
|
||||
print tweet["text"]
|
||||
print tweet["text"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue