From a2982e12c05917da80f5cf8b968e9c84ccc3ea0e Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Tue, 22 Jul 2025 17:54:44 +0200 Subject: [PATCH] remove outdated comment --- media_manager/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/media_manager/main.py b/media_manager/main.py index 69dc384..ba8e83a 100644 --- a/media_manager/main.py +++ b/media_manager/main.py @@ -364,7 +364,6 @@ except Exception as e: raise if __name__ == "__main__": - # TODO: add feature to run app with different root_path uvicorn.run( app, host="127.0.0.1",