]> de.git.xonotic.org Git - xonotic/xonstat.git/blobdiff - xonstat/batch/badges/gen_badges.py
Simplify the player create/update function.
[xonotic/xonstat.git] / xonstat / batch / badges / gen_badges.py
index f9d97d6e8a5bd76e64171cd46bebb227bc677225..5875f8f01408df93138815228c07702c10d6986b 100644 (file)
@@ -17,7 +17,7 @@ NUM_PLAYERS = None
 PLAYER_ID = None
 
 # we look for players who have activity within the past DELTA hours
-DELTA = 6
+DELTA = 50000
 
 VERBOSE = False