Fix lint issues

This commit is contained in:
amcmanu3 2022-08-04 18:34:43 -04:00
parent ad0d47c357
commit 18a0b95d29

View File

@ -654,7 +654,6 @@ class ServerInstance:
" backup shutdown enabled and server is currently backing up."
)
return
else:
# if not already running, let's just start
if not self.check_running():
self.run_threaded_server(user_id)