increase sleep

This commit is contained in:
Luiz Costa 2024-06-04 23:37:57 +01:00
parent b333b1e7ee
commit 7fe39e5c71

View File

@ -14,7 +14,7 @@ PROTOCOL_PORT = {
def log_guacamole_session(url, protocol, host, user): def log_guacamole_session(url, protocol, host, user):
# Wait for guacamole to create the session # Wait for guacamole to create the session
time.sleep(1.2) time.sleep(1.8)
# Debug # Debug
print(f"DEBUG: New session -> Protocol: {protocol} :: Host: {host} :: User: {user}") print(f"DEBUG: New session -> Protocol: {protocol} :: Host: {host} :: User: {user}")
# Set guacamole url # Set guacamole url