Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
Iain Powrie 2022-09-01 14:41:42 +00:00 committed by Andrew
parent 2becb657ca
commit 3e370c0ae4

View File

@ -247,7 +247,7 @@ 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 for update \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)