Skip to content

Commit

Permalink
ClashKing v4
Browse files Browse the repository at this point in the history
  • Loading branch information
MagicTheDev committed Jan 29, 2024
1 parent 0520376 commit 9a44842
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tracking/player/track.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ async def main(keys: deque, cache: redis.Redis, stats_mongo_client, static_mongo

loop_spot = 0
while True:
#try:
try:
loop_spot += 1
CLAN_MEMBERS, clan_tag_set = await get_clan_member_tags(clan_db=clan_db, keys=keys)
all_tags = await get_tags_to_track(CLAN_MEMBERS=CLAN_MEMBERS, loop_spot=loop_spot, player_stats=player_stats)
Expand Down Expand Up @@ -471,8 +471,8 @@ async def main(keys: deque, cache: redis.Redis, stats_mongo_client, static_mongo
results = await player_stats.bulk_write(fix_changes)
logger.info(results.bulk_api_result)
logger.info(f"FIX CHANGES: {time.time() - time_inside}")
#except Exception:
#continue
except Exception:
continue



Expand Down

0 comments on commit 9a44842

Please sign in to comment.