remove unused local var

This commit is contained in:
arowser
2019-01-25 10:51:54 +08:00
committed by Christian Decker
parent 287af7b660
commit c029f2fb0f

View File

@@ -227,7 +227,7 @@ class Plugin(object):
try:
self._exec_func(func, request)
except Exception as _:
except Exception:
self.log(traceback.format_exc())
def notify(self, method, params):