chore: update Makefile to use python3.12 and fix formatting in example bot code

This commit is contained in:
2025-05-05 20:08:30 +00:00
parent 0adb5836d3
commit df7794a6a9
2 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ APP=./example.py
all: install run
install:
python3 -m venv .venv
python3.12 -m venv .venv
$(PIP) install -e .
run: