Skip to content

Commit

Permalink
[safety] Don't use unicode in print function
Browse files Browse the repository at this point in the history
tools.py is stupid about that, we should really fix that
  • Loading branch information
Elad Alfassa committed Sep 7, 2014
1 parent e8f7534 commit 26a63eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def setup(bot):


def _download_malwaredomains_db(path):
print('Downloading malwaredomains db')
print('Downloading malwaredomains db...')
urlretrieve('http://mirror1.malwaredomains.com/files/justdomains', path)


Expand Down

0 comments on commit 26a63eb

Please sign in to comment.