Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Jan 2, 2023
1 parent 0a8454f commit 07bf9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facebook_downloader/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def main():
print('[WARNING] Process interrupted with Ctrl+C.')

except Exception as e:
print('[ERROR] An error occurred:', e)
print('[ERROR]', e)

0 comments on commit 07bf9a0

Please sign in to comment.