PEP8: E225,E227

This commit is contained in:
Jouke Waleson 2014-11-23 21:23:05 +01:00
parent 8bcc875676
commit 2514d2635e
19 changed files with 43 additions and 43 deletions

View file

@ -54,7 +54,7 @@ class IPrimaIE(InfoExtractor):
player_url = (
'http://embed.livebox.cz/iprimaplay/player-embed-v2.js?__tok%s__=%s' %
(floor(random() *1073741824), floor(random() *1073741824))
(floor(random() * 1073741824), floor(random() * 1073741824))
)
req = compat_urllib_request.Request(player_url)