1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

svtplay_dl: remove unnecessary pass statement

(Reported by pylint)
This commit is contained in:
Olof Johansson 2014-07-22 09:36:33 +02:00
parent 7d9b5e0537
commit 6719cd0e15

View File

@ -227,4 +227,3 @@ def main():
get_media(url, options)
except KeyboardInterrupt:
print("")
pass