human theft now reads from xml rules file

This commit is contained in:
2025-08-07 14:10:20 -07:00
parent 248592dbff
commit 8f7f173108
10 changed files with 94 additions and 25 deletions

View File

@@ -7,6 +7,7 @@ a = Analysis(
binaries=[],
datas=[
('app/templates', './templates'),
('app/rules', './rules'),
('static', './static'),
('app/rant', './rant'),
('opt', './opt')