Update.
authorFrançois Fleuret <francois@fleuret.org>
Mon, 24 Jun 2024 18:38:23 +0000 (20:38 +0200)
committerFrançois Fleuret <francois@fleuret.org>
Mon, 24 Jun 2024 18:38:23 +0000 (20:38 +0200)
tasks.py

index b3b56ad..2a1833d 100755 (executable)
--- 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}")
 
         ###############################################################