fix argument

This commit is contained in:
Luiz Costa 2024-06-04 23:19:33 +01:00
parent d9e6959ecf
commit 013f96de19

View File

@ -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')