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 c6d58dc commit c10552b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tracking/player/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
from .utils import Player, get_player_changes, gen_legend_date, gen_season_date, gen_raid_date, gen_games_season

from pymongo import InsertOne, UpdateOne
from .config import Config


async def get_clan_member_tags(clan_db, keys: deque):
Expand Down Expand Up @@ -394,7 +393,7 @@ async def player_response_handler(new_response: bytes, cache: redis.Redis, bulk_
await asyncio.gather(*ws_tasks)


async def main(keys: deque, cache: redis.Redis, stats_mongo_client, static_mongo_client, config: Config):
async def main(keys: deque, cache: redis.Redis, stats_mongo_client, static_mongo_client, config):
player_stats = stats_mongo_client.new_looper.player_stats
clan_stats = stats_mongo_client.new_looper.clan_stats

Expand Down

0 comments on commit c10552b

Please sign in to comment.