mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-05-06 20:35:12 +02:00
fix argument
This commit is contained in:
parent
d9e6959ecf
commit
013f96de19
@ -37,7 +37,7 @@ def log_guacamole_session(url, protocol, host, user):
|
|||||||
else:
|
else:
|
||||||
last_id = 0
|
last_id = 0
|
||||||
|
|
||||||
@frappe.whitelist(guest=True)
|
@frappe.whitelist(allow_guest=True)
|
||||||
def check_session_status():
|
def check_session_status():
|
||||||
# URL from guacamole server
|
# URL from guacamole server
|
||||||
guaca_config = frappe.get_single('Remote Connections Settings')
|
guaca_config = frappe.get_single('Remote Connections Settings')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user