1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-27 21:54:17 +01:00
This commit is contained in:
Gustav Ahlberg 2018-08-24 02:07:59 +02:00 committed by Johan Andersson
parent 8cc2d5625e
commit dd76a21fbe

View File

@ -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)