ntt / eveapi

Python library for accessing the EVE Online API
Other
148 stars 57 forks source link

TypeError when running apitest.py #8

Closed alexanderfast closed 12 years ago

alexanderfast commented 12 years ago

After replacing line 18 and 19 with my own (full access) key I ran the script and got this traceback:

Traceback (most recent call last):
  File "C:/dev/temp/apitest.py", line 370, in <module>
    me = cachedApi.auth(YOUR_USERID, YOUR_APIKEY).character(rich_charID)
TypeError: auth() takes exactly 1 argument (3 given)
ntt commented 12 years ago

fixed, I think.