michaelhelmick / python-tumblpy

A Python Library to interface with Tumblr v2 REST API & OAuth
BSD 2-Clause "Simplified" License
122 stars 36 forks source link

Invalid syntax when declaring object #33

Closed wakawakaJ closed 8 years ago

wakawakaJ commented 9 years ago

I get an invalid syntax on the comma "," when I try to make t as shown in the explanation. t = Tumblpy(xxxxxx, xxxxx) I'd show a screenshot instead of the x's but it has my token and such in it. Going from your profile you are really busy and I appreciate you making the program in the first place!

michaelhelmick commented 9 years ago

Hi @wakawakaJ

It looks like your "," isn't an actual comma. It looks to be a different character. A skinner comma. Please copy and paste my comma to your code and see if that works

michaelhelmick commented 9 years ago

@wakawakaJ Did that help?