From 9c3d15412b771ae4f412442cfa8fcd88099f204b Mon Sep 17 00:00:00 2001 From: Thefeli73 Date: Thu, 8 Oct 2020 18:11:21 +0200 Subject: [PATCH] change some vars --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 2ecf874..6594504 100644 --- a/main.py +++ b/main.py @@ -13,12 +13,12 @@ map_name = "training1" # TODO: You map choice here. If left empty, the map "tra game_layer = GameLayer(api_key) # settings use_regulator = False # turns on if map max temp >21c -other_upgrade_threshold = 0.5 +other_upgrade_threshold = 0.9 time_until_run_ends = 90 money_reserve_multiplier = 0.5 temp_acc_multiplier = 1.125 rounds_between_energy = 5 -round_buffer = 78 +round_buffer = 10 # vars EMA_temp = None