Commit 6f1f5629 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update tweep.py

parent e89ae5fa
...@@ -208,7 +208,7 @@ async def outTweet(tweet): ...@@ -208,7 +208,7 @@ async def outTweet(tweet):
# Writes or appends to a file. # Writes or appends to a file.
print(output, file=open(arg.o, "a")) print(output, file=open(arg.o, "a"))
return output return output
async def getTweets(init): async def getTweets(init):
''' '''
......
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