mirror of
https://github.com/bellingcat/instagram-location-search.git
synced 2026-06-08 02:28:29 +03:00
Delete main.py
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user