Compare commits

...

2 Commits

Author SHA1 Message Date
skymike03
51ad08ff33 v2.5.0.4 (2026.02.15)
- add some new cool musics :P
2026-02-15 20:34:28 +01:00
skymike03
d6a5c4b27e Add type ignore comment for requests import in network.py 2026-02-08 18:13:03 +01:00
26 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -14,7 +14,7 @@ except Exception:
pygame = None # type: ignore
# Version actuelle de l'application
app_version = "2.5.0.3"
app_version = "2.5.0.4"
# Nombre de jours avant de proposer la mise à jour de la liste des jeux
GAMELIST_UPDATE_DAYS = 7

View File

@@ -1,4 +1,4 @@
import requests
import requests # type: ignore
import subprocess
import os
import sys

View File

@@ -1,3 +1,3 @@
{
"version": "2.5.0.3"
"version": "2.5.0.4"
}