mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-05-06 20:35:12 +02:00
debug
This commit is contained in:
parent
a63d1b70ed
commit
f966cfaa77
@ -29,6 +29,7 @@ def create_session(doc, protocol):
|
|||||||
print("Error: Could not get token")
|
print("Error: Could not get token")
|
||||||
token = None
|
token = None
|
||||||
if token:
|
if token:
|
||||||
|
print(f"Token: {token}")
|
||||||
# Get credentials from IT User Account
|
# Get credentials from IT User Account
|
||||||
acc_doc = frappe.get_doc('IT User Account', doc.link)
|
acc_doc = frappe.get_doc('IT User Account', doc.link)
|
||||||
print(f"Print doc values: {acc_doc}")
|
print(f"Print doc values: {acc_doc}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user