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()
|
||||||
public_timeline = twitter.getPublicTimeline()
|
public_timeline = twitter.getPublicTimeline()
|
||||||
|
|
||||||
for tweet in public_timeline:
|
for tweet in public_timeline:
|
||||||
print tweet["text"]
|
print tweet["text"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue