mirror of
https://github.com/progval/irctest.git
synced 2025-04-08 00:09:46 +00:00
Make flake8 pass, and run it automatically.
This commit is contained in:
@ -147,5 +147,5 @@ class BaseServerController(_BaseController):
|
||||
|
||||
c.close()
|
||||
self.port_open = True
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
continue
|
||||
|
Reference in New Issue
Block a user