Commit 7a035b11 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Fix Tweets

parent 016d2621
...@@ -177,7 +177,7 @@ async def outTweet(tweet): ...@@ -177,7 +177,7 @@ async def outTweet(tweet):
elif arg.users: elif arg.users:
output = username output = username
elif arg.tweets: elif arg.tweets:
output = tweets output = text
else: else:
''' '''
The standard output is how I like it, although The standard output is how I like it, although
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment