Delete main.py

This commit is contained in:
Richard Mwewa
2023-01-13 07:23:03 +02:00
committed by GitHub
parent 0c675e14c9
commit 92c8abacba

View File

@@ -1,10 +0,0 @@
from instagram_locations.instagram_locations import main
def start():
try:
main()
except KeyboardInterrupt as ctrlc:
raise KeyboardInterrupt(ctrlc) from ctrlc
except Exception as err:
raise Exception(err) from err