1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-30 15:14:14 +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" 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)