Update __init__.py

This commit is contained in:
cclauss 2017-07-16 22:35:14 +02:00 committed by GitHub
parent a6ce2a0253
commit b9e0275417

View file

@ -1,7 +1,7 @@
try:
from stem.control import Controller
stem_found = True
except Exception, err:
except Exception as err:
print "STEM NOT FOUND! %s" % err
stem_found = False