Commit 925df45a authored by Francesco Poldi's avatar Francesco Poldi

Update resume

parent 0f9029e1
......@@ -71,7 +71,8 @@ class Twint:
self.feed, self.init = feed.profile(response)
elif self.config.TwitterSearch:
self.feed, self.init = feed.Json(response)
print(self.init, file=open(self.config.Resume, "w", encoding="utf-8"))
if self.config.Resume:
print(self.init, file=open(self.config.Resume, "w", encoding="utf-8"))
break
except TimeoutError as e:
if self.config.Proxy_host.lower() == "tor":
......
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