iranathan / robloxapi

A python module for using the roblox api
MIT License
33 stars 13 forks source link

NameError: name 'client' is not defined #4

Closed xDsquare closed 5 years ago

xDsquare commented 5 years ago

I'm getting following error now:

import robloxapi
rbx = robloxapi.client()
print(rbx.Auth.login("_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_...))

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.6/dist-packages/robloxapi/Auth.py", line 18, in login
    return client(cookie)
NameError: name 'client' is not defined
iranathan commented 5 years ago

Sorry, Fixed.