Update.
[culture.git] / 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}")
 
         ###############################################################