mirror of
https://github.com/itsdave-de/msp_remoteadmin.git
synced 2025-05-06 12:25:12 +02:00
debug
This commit is contained in:
parent
1ec1442dfe
commit
bfc46e1413
@ -31,7 +31,8 @@ def create_session(doc, protocol):
|
||||
if token:
|
||||
print(f"Token: {token}")
|
||||
# Get credentials from IT User Account
|
||||
print(f"Values from form: {doc}\nType: {type(doc.link)}")
|
||||
print(f"Values from form: {doc}")
|
||||
print(f"Type: {type(doc.link)}")
|
||||
acc_doc = frappe.get_doc('IT User Account', doc.link)
|
||||
print(f"Print doc values: {acc_doc}")
|
||||
username = acc_doc.username
|
||||
|
Loading…
x
Reference in New Issue
Block a user