Update admins.py
This commit is contained in:
parent
b6920bbc03
commit
e54ced688f
@ -305,8 +305,8 @@ class Admins(commands.Cog):
|
||||
this_player = p_query['players'][0]
|
||||
updates = []
|
||||
|
||||
if '0515' in this_player['image']:
|
||||
updates.append(('image', this_player['image'].replace('2023-0515', '2023-0610')))
|
||||
if '0610' in this_player['image']:
|
||||
updates.append(('image', this_player['image'].replace('2023-0610', '2023-0706')))
|
||||
|
||||
if this_player['rarity']['name'] != row[9] and not \
|
||||
(this_player['rarity']['name'] == 'Hall of Fame' and row[9] == 'HoF'):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user