Commit e3652fbb authored by Francesco Poldi's avatar Francesco Poldi

Added Geo attribute to Tweet

parent 607ff4cf
...@@ -98,4 +98,6 @@ def Tweet(tw, location, config): ...@@ -98,4 +98,6 @@ def Tweet(tw, location, config):
t.quote_url = getQuoteURL(tw) t.quote_url = getQuoteURL(tw)
if config.Near: if config.Near:
t.near = config.Near t.near = config.Near
if config.Geo:
t.geo = config.Geo
return t 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