Update main.py

This commit is contained in:
Richard Mwewa
2023-01-02 04:13:52 +02:00
committed by GitHub
parent 885676d826
commit 8abc59474b

View File

@@ -6,7 +6,7 @@ def main():
start.download_video()
except KeyboardInterrupt:
print('Process interrupted with Ctrl+C.')
print('[WARNING] Process interrupted with Ctrl+C.')
except Exception as e:
print('An error occured:', e)
print('[ERROR] An error occurred:', e)