Make flake8 pass, and run it automatically.

This commit is contained in:
2021-02-22 19:27:43 +01:00
committed by Valentin Lorentz
parent 836cc5d6d2
commit f9d0ec18ff
31 changed files with 235 additions and 281 deletions

View File

@ -147,5 +147,5 @@ class BaseServerController(_BaseController):
c.close()
self.port_open = True
except Exception as e:
except Exception:
continue