Commit 18694cf5 authored by Francesco Poldi's avatar Francesco Poldi Committed by GitHub

Update run.py

Update to HTTPS #567
parent fafdecf4
......@@ -161,7 +161,7 @@ class Twint:
if self.config.Username is not None:
logme.debug(__name__+':Twint:main:username')
url = f"http://twitter.com/{self.config.Username}?lang=en"
url = f"https://twitter.com/{self.config.Username}?lang=en"
self.config.User_id = await get.User(url, self.config, self.conn, True)
if self.config.TwitterSearch and self.config.Since and self.config.Until:
......
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