Commit cf2e7dba authored by Francesco Poldi's avatar Francesco Poldi

Update resume option

parent b1ad6dc1
......@@ -98,7 +98,7 @@ class Twint:
print("[!] if get this error but you know for sure that more tweets exist, please open an issue and we will investigate it!")
break
if self.config.Resume:
print(str(self.init), file=open(self.config.Resume, "a", encoding="utf-8"))
print(self.init, file=open(self.config.Resume, "a", encoding="utf-8"))
async def follow(self):
await self.Feed()
......
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