mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix black formatting
This commit is contained in:
parent
3e370c0ae4
commit
99979f668b
@ -247,7 +247,9 @@ class ImportHelpers:
|
||||
# we'll delete the zip we downloaded now
|
||||
os.remove(os.path.join(path, "bedrock_server.zip"))
|
||||
except Exception as e:
|
||||
logger.critical(f"Failed to download bedrock executable during server creation! \n{e}")
|
||||
logger.critical(
|
||||
f"Failed to download bedrock executable during server creation! \n{e}"
|
||||
)
|
||||
|
||||
ServersController.finish_import(new_id)
|
||||
server_users = PermissionsServers.get_server_user_list(new_id)
|
||||
|
Loading…
Reference in New Issue
Block a user