mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Change elif to else
This commit is contained in:
parent
d5ecfe9128
commit
9a7a1cc5d8
@ -1193,7 +1193,7 @@ class ServerInstance:
|
||||
)
|
||||
if was_started:
|
||||
self.start_server()
|
||||
elif not downloaded and not self.is_backingup:
|
||||
else:
|
||||
time.sleep(5)
|
||||
server_users = PermissionsServers.get_server_user_list(self.server_id)
|
||||
for user in server_users:
|
||||
|
Loading…
Reference in New Issue
Block a user