mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 12:15:40 +01:00
svtplay_dl: remove unnecessary pass statement
(Reported by pylint)
This commit is contained in:
parent
7d9b5e0537
commit
6719cd0e15
@ -227,4 +227,3 @@ def main():
|
|||||||
get_media(url, options)
|
get_media(url, options)
|
||||||
except KeyboardInterrupt:
|
except KeyboardInterrupt:
|
||||||
print("")
|
print("")
|
||||||
pass
|
|
||||||
|
Loading…
Reference in New Issue
Block a user