1
0
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:
Johan Andersson 2014-12-22 11:01:04 +01:00
parent dd67734fb4
commit 08e9ca162f

View File

@ -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":