Commit 579fd486 authored by Francesco Poldi's avatar Francesco Poldi

Resume for followers/following

parent dad0df19
......@@ -19,6 +19,9 @@ class Twint:
else:
self.init = -1
if config.Resume is not None and (config.Followers or config.Following):
self.init = config.Resume
self.feed = [-1]
self.count = 0
self.user_agent = ""
......
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