From 694923fcfa606cf8fc9ee6066ef4bbdea27003ce Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Fleuret?= Date: Mon, 24 Jun 2024 20:38:23 +0200 Subject: [PATCH] Update. --- tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks.py b/tasks.py index b3b56ad..2a1833d 100755 --- a/tasks.py +++ b/tasks.py @@ -298,6 +298,7 @@ class World(Task): if d_temperature > 0: d_temperature *= -0.5 temperature += d_temperature + logger(f"chaging temperature to {temperature}") ############################################################### -- 2.20.1