Commit a15e7df5 authored by Francesco Poldi's avatar Francesco Poldi

Added print error

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