So a while ago I apparently broke Botany. It's a local version we are running on tilde.club ourselves.
I noticed watering my plant didn't work anymore. Running botany from the shell gave me this error.
```
Traceback (most recent call last):
File "/srv/botany/botany.py", line 292, in <module>
my_plant = my_data.load_plant()
^^^^^^^^^^^^^^^^^^^^
File "/srv/botany/botany.py", line 92, in load_plant
this_plant = pickle.load(f)
^^^^^^^^^^^^^^
EOFError: Ran out of input
```
First I tought it was a server issue and didn't think much of it. It'd be fixed soon enough.
Today I checked again and it seems like it wasn't fixed yet. I started to suspect an issue on my profile.
I deleted the hidden .botany folder containing my plant data and now everything seems fine again. I did lost my plant though :(