Minor update

This commit is contained in:
2023-07-02 01:35:05 +03:00
parent 5244a1debd
commit 4221e8265f
3 changed files with 27 additions and 12 deletions

View File

@@ -4,7 +4,7 @@
# Developed by KuiToi Dev
# File main.py
# Written by: SantaSpeen
# Version 0.1.0
# Version 1.0
# Licence: FPA
# (c) kuitoi.su 2023
import argparse
@@ -18,7 +18,7 @@ if __name__ == '__main__':
try:
core.start()
except KeyboardInterrupt:
print("Exiting..")
pass
except Exception as e:
print(e)
core.stop()