Rename history to state as it's now storing more than just the history

This commit is contained in:
Marc Di Luzio 2024-08-11 12:16:23 +01:00
parent c93c5b9ecd
commit 78834f5319
5 changed files with 149 additions and 40 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
__pycache__
config.json
history.json
state.json
.venv