mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
use vars
This commit is contained in:
parent
8cc2d5625e
commit
dd76a21fbe
@ -81,8 +81,8 @@ class Koket(Service, OpenGraphThumbMixin):
|
||||
|
||||
url = "https://www.koket.se/account/login"
|
||||
login = {
|
||||
"username": self.config.get("username"),
|
||||
"password": self.config.get("password")
|
||||
"username": username,
|
||||
"password": password
|
||||
}
|
||||
|
||||
self.http.get(url)
|
||||
|
Loading…
Reference in New Issue
Block a user