mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-27 21:54:17 +01:00
viaplay: format string fixes
This commit is contained in:
parent
dd67734fb4
commit
08e9ca162f
@ -66,7 +66,7 @@ class Viaplay(Service, OpenGraphThumbMixin):
|
||||
return
|
||||
dataj = json.loads(data)
|
||||
if "msg" in dataj:
|
||||
log.error("%s" % dataj["msg"])
|
||||
log.error(dataj["msg"])
|
||||
return
|
||||
|
||||
if dataj["type"] == "live":
|
||||
|
Loading…
Reference in New Issue
Block a user