Commit 04bbf032 authored by Francesco Poldi's avatar Francesco Poldi

debug

parent 59d2395b
......@@ -197,6 +197,7 @@ def main():
if not args.essid:
args.essid = ""
print(args.essid)
c = initialize(args)
......
......@@ -46,6 +46,7 @@ def Tweet(Tweet, config):
nLikes = 0
nReplies = 0
nRetweets = 0
print(config.Essid)
dt = "{} {}".format(Tweet.datestamp, Tweet.timestamp)
......
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