Commit a15e7df5 authored by Francesco Poldi's avatar Francesco Poldi

Added print error

parent 81a54872
......@@ -50,8 +50,8 @@ class Twint:
self.feed, self.init = feed.profile(response)
elif self.config.TwitterSearch:
self.feed, self.init = feed.Json(response)
except:
pass
except Exception as e:
print(e)
async def follow(self):
#loggin.info("[<] " + str(datetime.now()) + ':: run+Twint+follow')
......
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