Explorar o código

Update 'server/game_api.py'

kirkleon %!s(int64=5) %!d(string=hai) anos
pai
achega
e916244d64
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      server/game_api.py

+ 1 - 1
server/game_api.py

@@ -7,7 +7,7 @@ import lib
 
 game = Blueprint("game", __name__)
 
-stock_target = 5
+stock_target = 20
 # (gen_method, only_america): lib.PointSource
 sources = {
     ("MAPCRUNCH", False): lib.MapCrunchPointSource(stock_target=stock_target, max_retries=1000, only_america=False),