Update __init__.py
This commit is contained in:
parent
a6ce2a0253
commit
b9e0275417
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
try:
|
try:
|
||||||
from stem.control import Controller
|
from stem.control import Controller
|
||||||
stem_found = True
|
stem_found = True
|
||||||
except Exception, err:
|
except Exception as err:
|
||||||
print "STEM NOT FOUND! %s" % err
|
print "STEM NOT FOUND! %s" % err
|
||||||
stem_found = False
|
stem_found = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue