mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-05-06 12:25:12 +02:00
increase sleep
This commit is contained in:
parent
b333b1e7ee
commit
7fe39e5c71
@ -14,7 +14,7 @@ PROTOCOL_PORT = {
|
||||
|
||||
def log_guacamole_session(url, protocol, host, user):
|
||||
# Wait for guacamole to create the session
|
||||
time.sleep(1.2)
|
||||
time.sleep(1.8)
|
||||
# Debug
|
||||
print(f"DEBUG: New session -> Protocol: {protocol} :: Host: {host} :: User: {user}")
|
||||
# Set guacamole url
|
||||
|
Loading…
x
Reference in New Issue
Block a user