diff --git a/AvivoreXT/Avivore.py b/AvivoreXT/Avivore.py index 06ae908..42da21d 100644 --- a/AvivoreXT/Avivore.py +++ b/AvivoreXT/Avivore.py @@ -87,7 +87,7 @@ def twitter_stream_main(self): except (TwitterHTTPError, URLError): Helper.output("[!] Can't connect to twitter stream! Check your network connection!") except Exception as e: - Helper.output("[!] Unknown stream processing error:\n"+e) + Helper.output("[!] Unknown stream processing error: %s\n" % (str(e))) finally: Helper.output("[S] Stream processing stopped.")