From f966cfaa779226cdf06369a000f9738092bd7196 Mon Sep 17 00:00:00 2001 From: Luiz Costa Date: Mon, 3 Jun 2024 12:01:21 +0100 Subject: [PATCH] debug --- msp_remoteadmin/tools.py | 1 + 1 file changed, 1 insertion(+) diff --git a/msp_remoteadmin/tools.py b/msp_remoteadmin/tools.py index 74ad144..783a9d0 100644 --- a/msp_remoteadmin/tools.py +++ b/msp_remoteadmin/tools.py @@ -29,6 +29,7 @@ def create_session(doc, protocol): print("Error: Could not get token") token = None if token: + print(f"Token: {token}") # Get credentials from IT User Account acc_doc = frappe.get_doc('IT User Account', doc.link) print(f"Print doc values: {acc_doc}")