diff --git a/facebook_downloader/main.py b/facebook_downloader/main.py index 0e1a2b5..10e0176 100644 --- a/facebook_downloader/main.py +++ b/facebook_downloader/main.py @@ -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) \ No newline at end of file + print('[ERROR] An error occurred:', e)