diff --git a/plant.py b/plant.py index d14629f..2d95ee8 100644 --- a/plant.py +++ b/plant.py @@ -350,6 +350,6 @@ class Plant: dm.data_write_json(self) dm.update_garden_db(self) dm.harvest_plant(self) - this_plant.unlock_new_creation() + self.unlock_new_creation() # TODO: event check time.sleep(2)