diff --git a/photo_bot/__pycache__/photo_processor.cpython-313.pyc b/photo_bot/__pycache__/photo_processor.cpython-313.pyc index 3cbe4a9..e656c22 100644 Binary files a/photo_bot/__pycache__/photo_processor.cpython-313.pyc and b/photo_bot/__pycache__/photo_processor.cpython-313.pyc differ diff --git a/photo_bot/photo_processor.py b/photo_bot/photo_processor.py index ea99af4..f7a4abe 100644 --- a/photo_bot/photo_processor.py +++ b/photo_bot/photo_processor.py @@ -202,7 +202,7 @@ def check_photo_api(image_bytes: bytes, timeout: float = 300.0) -> dict: "raw_answer", "forced_moderation", "timings", "ai_metrics"} или {"status": "error", "reason"} """ - url = API_URL.replace("/upload/", "check/") + url = API_URL.replace("/upload/", "/check/") try: response = requests.post( url,