Browse Source

Update __init__.py

cclauss 6 years ago
parent
commit
b9e0275417
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/disabled-StemPort/__init__.py

+ 1 - 1
plugins/disabled-StemPort/__init__.py

@@ -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