Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rc0r committed Jan 14, 2015
1 parent 8c83d39 commit 4ae7c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AvivoreXT/Avivore.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.")

Expand Down

0 comments on commit 4ae7c12

Please sign in to comment.