Commit 7c4eb03c authored by Francesco Poldi's avatar Francesco Poldi

Update syntax tweet class

parent 02b64463
......@@ -95,8 +95,6 @@ def Tweet(tw, config):
if t.retweet:
t.user_rt_id = config.User_id
t.quote_url = getQuoteURL(tw)
if config.Near:
t.near = config.Near
if config.Geo:
t.geo = config.Geo
t.near = config.Near if config.Near else ""
t.geo = config.Geo if config.Geo else ""
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