Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjp93 committed Sep 30, 2024
1 parent a06395b commit f66539f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions player/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ def import_summoner(
model_data['riot_id_name'] = game_name
if tagline:
model_data['riot_id_tagline'] = tagline
if game_name and tagline:
model_data['simple_riot_id'] = simplify(f"{game_name}#{tagline}")
if old_summoner := Summoner.objects.filter(puuid=data['puuid']).first():
if game_name and tagline:
handle_name_change(old_summoner, game_name, tagline)
Expand Down

0 comments on commit f66539f

Please sign in to comment.