diff --git a/plugins/disabled-StemPort/__init__.py b/plugins/disabled-StemPort/__init__.py index 1ce4d973..71150ad6 100644 --- a/plugins/disabled-StemPort/__init__.py +++ b/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