Probably a rather dumb question but I'm pretty new to python and I don't know how to enter my client-ID properly. The dash in the middle raises some exceptions and I don't know how to sort that out...
Thanks for your help!
EDIT:
I found the solution by myself
You need to put it in a string but it's only working when using single quotes ' instead of my double " ones.
Probably a rather dumb question but I'm pretty new to python and I don't know how to enter my client-ID properly. The dash in the middle raises some exceptions and I don't know how to sort that out...
Thanks for your help!
EDIT: I found the solution by myself You need to put it in a string but it's only working when using single quotes
'
instead of my double"
ones.