DarkCat09/python-aternos

Client() returns None

Closed this issue · 4 comments

Capture

Code:
Capture JPGasdsa

aternos_client.login doesn't return anything, but you assign its returned value to aternos

Oh, and I've noticed a typo in readme.
To request servers list:

at = Client()
at.login('user', 'password')

acc = at.account
server = acc.list_servers()[0]

is it possible to also solve that userwarning above?

is it possible to also solve that userwarning above?

@Supslike, as far as I know, the warning about timezone appears only on Replit. It doesn't break anything, so I won't search for the solution :)