Skip to content

Commit

Permalink
removed unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
primetheus committed Aug 18, 2023
1 parent f62ad07 commit c1ef637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -321,7 +321,6 @@ def sync_all_teams():
custom_map,
client,
org,
group_prefix,
)
)
except Exception as e:
Expand Down

0 comments on commit c1ef637

Please sign in to comment.