Closed tstumm closed 8 years ago
File pgoapi.py, line 132
pgoapi.py
132
For Python 2.* you should check if the instances are basestring Python 3 does not have basestring, so str is sufficient here.
basestring
str
There is a package that helps out with that. Removing the faulty if solves the problem too.
Should be fixed now.
File
pgoapi.py
, line132
For Python 2.* you should check if the instances are
basestring
Python 3 does not havebasestring
, sostr
is sufficient here.There is a package that helps out with that. Removing the faulty if solves the problem too.