Update main.py

This commit is contained in:
Gagan 2025-04-08 07:00:30 +05:30 committed by GitHub
parent 1da550f1d8
commit 20126a9872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,7 @@ if __name__ == "__main__":
except KeyboardInterrupt:
print("Shutting down...")
except Exception as e:
print(e)
sys.exit(1)
finally:
try: