Fix lints.
This commit is contained in:
parent
c475dbb5d5
commit
65944e59b3
2 changed files with 5 additions and 5 deletions
|
@ -553,5 +553,5 @@ def WebServer(player_to: List[Queue], player_from: List[Queue], state: StateMana
|
|||
if app:
|
||||
app.stop()
|
||||
del app
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue