mtschirs / quizduellapi

Inofficial interface to the Quizduell web API written in Python and distributed under GPLv3
GNU General Public License v3.0
22 stars 6 forks source link

start_game(self, user_id) #3

Closed jdde closed 9 years ago

jdde commented 9 years ago

user_id have to be String.

pls add string cast to user_id.

ty

mtschirs commented 9 years ago

As far as I know, the docs state everywhere that @type user_id: str. I am not a fan of adding type conversions just for convenience. Does that bother you?