Commit 393f2895 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update tweep.py

parent 7a035b11
......@@ -203,7 +203,7 @@ async def outTweet(tweet):
writer.writerow(dat)
else:
# Writes or appends to a file.
print(output, file=open(arg.o, "a"))
print(output, file=open(arg.o, "a", encoding="utf-8"))
return output
......
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