From c1ef6375f23453520462cd65e270bb9c937355ca Mon Sep 17 00:00:00 2001 From: Jared Murrell Date: Thu, 17 Aug 2023 21:43:16 -0400 Subject: [PATCH] removed unnecessary variable --- app.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app.py b/app.py index 624a680..90ca6fb 100644 --- a/app.py +++ b/app.py @@ -299,7 +299,7 @@ def sync_all_teams(): print(f'Syncing all teams: {time.strftime("%A, %d. %B %Y %I:%M:%S %p")}') installations = get_app_installations() - custom_map, group_prefix, _ = load_custom_map() + custom_map, _ = load_custom_map() futures = [] install_count = 0 with ThreadPoolExecutor(max_workers=10) as exe: @@ -321,7 +321,6 @@ def sync_all_teams(): custom_map, client, org, - group_prefix, ) ) except Exception as e: