v0.5.4: fix 500 на массив + валидация serviceId (int>0)

This commit is contained in:
2026-08-02 06:23:08 +04:00
parent 1f03f66e50
commit e368b18bde
2 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ SERVICES = _DF["SERVICES"]
OPS_INDEX = _DF["OPS_INDEX"]
DELAY = float(os.getenv("MOCK_OP_DELAY", "0.1"))
VERSION = "0.5.3"
VERSION = "0.5.4"
def get_services(stand_id):