diff options
Diffstat (limited to 'api.py')
-rw-r--r-- | api.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,6 +53,6 @@ class EjabberdApi: return fn(self._login, data) return fn(data) - except: + except: # noqa: E722 # this needs to be more specific return {} |