Dynamic bot list.
Build Ragnar anti spam bot / Build (push) Successful in 1m20s

This commit is contained in:
2024-12-19 13:02:24 +01:00
parent d06473f5cb
commit 7346ca6eaa
8 changed files with 12 additions and 26 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
ENV=./.venv/bin/activate
PYTHON=./.venv/bin/python
BIN=./.venv/bin
all: ensure_env format build install test
format:
@@ -17,7 +18,7 @@ install:
$(PYTHON) -m pip install -e .
run:
$(PYTHON) -m ragnar.run
$(BIN)/ragnar.run
test:
$(PYTHON) -m unittest ragnar.tests