Update README.md

This commit is contained in:
Andrey 2021-09-28 15:52:27 +04:00 committed by GitHub
parent 4f1b069aab
commit 92cfb81b21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ pip install python-aternos
To use Aternos API in your Python script, import it and To use Aternos API in your Python script, import it and
login with your username and password (or MD5 hash of password). login with your username and password (or MD5 hash of password).
> Note: Logging in by Google or Facebook account is not supported yet. > Note: Logging in with Google or Facebook account is not supported yet.
Then get the servers list using get_servers method. Then get the servers list using get_servers method.
You can start/stop your Aternos server now, calling `start()` or `stop()`. You can start/stop your Aternos server now, calling `start()` or `stop()`.