Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/urllib3-1.26.18
Browse files Browse the repository at this point in the history
  • Loading branch information
primetheus authored Jan 4, 2024
2 parents 19be364 + 068fa92 commit 22c80ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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, _ = load_custom_map()
custom_map, _, _ = load_custom_map()
futures = []
install_count = 0
with ThreadPoolExecutor(max_workers=10) as exe:
Expand Down

0 comments on commit 22c80ac

Please sign in to comment.