Skip to content

Commit 1d8e787

Browse files
committed
Minor update
1 parent 82d2681 commit 1d8e787

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ elasticsearch==9.2.1 # via motion-base (pyproject.toml)
3636
email-validator==2.3.0 # via motion-base (pyproject.toml)
3737
exceptiongroup==1.3.1 # via celery
3838
execnet==2.1.2 # via pytest-xdist
39-
fastapi-slim==0.127.0 # via motion-base (pyproject.toml)
39+
fastapi-slim==0.128.0 # via motion-base (pyproject.toml)
4040
flask==3.1.2 # via flask-cors, flask-login, locust
4141
flask-cors==6.0.2 # via locust
4242
flask-login==0.6.3 # via locust

src/mb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run_app(setting: Config):
3939
args.extend(setting.celery_config)
4040
if sys.platform == "win32":
4141
args.extend(
42-
["--pool", "solo", "--hostname", uuid4().hex, "--loglevel", "info"]
42+
["--pool", "solo", "--hostname", uuid4().hex, "--loglevel", "error"]
4343
)
4444

4545
celery.start(args)

0 commit comments

Comments
 (0)