From 8abc59474b47a103dac36ba987673cec1b84a17d Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Mon, 2 Jan 2023 04:13:52 +0200 Subject: [PATCH] Update main.py --- facebook_downloader/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)