fixing issue after aternos changed 'user' to 'username' in http GET data
This commit is contained in:
parent
0f8b9940da
commit
4f19e3395c
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ class Client:
|
|||
self.atconn.generate_sec()
|
||||
|
||||
credentials = {
|
||||
'user': username,
|
||||
'username': username,
|
||||
'password': md5,
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue