Commit 70ff6e09 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Add "None" as default user_rt option

parent f284d7b1
......@@ -162,6 +162,8 @@ def getTweet(tw, location, config):
if retweet(config, t):
t.is_retweet = True
t.user_rt = config.Username
else:
t.user_rt = "None"
return t
......
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