all repos — groupgardenbot @ df4face6f5acb096117d76138f1d49110d961f8c

An extension of the game "botany", originally designed for unix-based systems, to the Telegram Bot API.

start plant without water
Marco Andronaco andronacomarco@gmail.com
Sat, 24 Sep 2022 15:05:03 +0200
commit

df4face6f5acb096117d76138f1d49110d961f8c

parent

0e04eaf6a49e512e4821d45558b1166c9404708c

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M Gardening.pyGardening.py

@@ -27,8 +27,7 @@ self.start_time = int(time.time())

self.last_time = int(time.time()) self.last_update = int(time.time()) # must water plant first day - #self.last_water = int(time.time())-(24*3600)-1 - self.last_water = int(time.time()) + self.last_water = int(time.time()) - water_duration - 1 self.watered_24h = True self.visitors = []