Skip to content

Commit 8151582

Browse files
committed
image download works,
I need to lesson the amout of files needed tho, its a small mess.
1 parent 5bbb8cd commit 8151582

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

game_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
game_pages = {
2-
'cs2': 'https://cdn.cloudflare.steamstatic.com/steam/apps/730/library_600x900.jpg',
3-
'factorio': 'https://cdn.cloudflare.steamstatic.com/steam/apps/427520/library_600x900.jpg?t=1597145422'
2+
'cs2': '/static/images/cs2.jpg',
3+
'factorio': '/static/images/fctr.jpg'
44
# Add more games here as needed
55
}

0 commit comments

Comments
 (0)