mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-09 08:04:19 +01:00
remove unused local var
This commit is contained in:
committed by
Christian Decker
parent
287af7b660
commit
c029f2fb0f
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user