mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-30 15:14:14 +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"
|
url = "https://www.koket.se/account/login"
|
||||||
login = {
|
login = {
|
||||||
"username": self.config.get("username"),
|
"username": username,
|
||||||
"password": self.config.get("password")
|
"password": password
|
||||||
}
|
}
|
||||||
|
|
||||||
self.http.get(url)
|
self.http.get(url)
|
||||||
|
Loading…
Reference in New Issue
Block a user