-
Notifications
You must be signed in to change notification settings - Fork 31
Open

Description
Hey, really really new to Python and programming in general but I thought this would be a fun project for the summer holidays.
I'm trying to get client names from their Unique IDs
print(ts3conn.exec_("clientgetnamefromuid", cluid=str(row[4])))
but I keep getting <ts3.response.TS3QueryResponse object at 0x09A569D0>
How do I turn this into normal text?
Using clientquery not serverquery if that's of any interest
Edit: In other words I want to get a users current Name by from their Unique ID
Metadata
Metadata
Assignees
Labels
No labels