Update main.py

This commit is contained in:
Richard Mwewa
2023-01-02 04:49:33 +02:00
committed by GitHub
parent 0a8454fcf9
commit 07bf9a0220

View File

@@ -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)