From: François Fleuret Date: Mon, 24 Jun 2024 18:38:23 +0000 (+0200) Subject: Update. X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=commitdiff_plain;h=694923fcfa606cf8fc9ee6066ef4bbdea27003ce;p=culture.git Update. --- 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}") ###############################################################