From 709c85d74bc209f5fe40393e26ebebf40fb3483a Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 13 Jan 2023 07:18:04 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b56d46d..7feb055 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setuptools.setup( ], entry_points={ "console_scripts": [ - "instagram_locations=instagram_locations.main:start", + "instagram_locations=instagram_locations.instagram_locations:main", ] }, )