mirror of
https://github.com/bellingcat/facebook-downloader.git
synced 2026-06-12 21:48:31 +03:00
Update main.py
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user