projects
/
culture.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3392c2
)
Update.
author
François Fleuret
<francois@fleuret.org>
Mon, 24 Jun 2024 18:38:23 +0000
(20:38 +0200)
committer
François Fleuret
<francois@fleuret.org>
Mon, 24 Jun 2024 18:38:23 +0000
(20:38 +0200)
tasks.py
patch
|
blob
|
history
diff --git
a/tasks.py
b/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}")
###############################################################