Grandediw commited on
Commit
c2af06b
·
verified ·
1 Parent(s): c216029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ card_numbers = {
42
  }
43
 
44
  card_images = {
45
- card_name: f"https://clashroyale.fandom.com/wiki/Arenas?file={card_name.replace(' ', '').replace('/', '')}Card.png"
46
  for card_name in card_numbers.keys()
47
  }
48
 
 
42
  }
43
 
44
  card_images = {
45
+ card_name: f"https://static.wikia.nocookie.net/clashroyale/images/{card_name.replace(' ', '').replace('/', '')}Card.png/revision/latest"
46
  for card_name in card_numbers.keys()
47
  }
48