From 55ad49d1995ccefa8cc2591d92a2e8703b597067 Mon Sep 17 00:00:00 2001 From: BoYanZh Date: Wed, 26 Mar 2025 18:24:27 -0400 Subject: [PATCH] feat: default fake moss user id --- joint_teapot/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joint_teapot/config.py b/joint_teapot/config.py index 4eb4a8c..ed69ad8 100644 --- a/joint_teapot/config.py +++ b/joint_teapot/config.py @@ -44,7 +44,7 @@ class Settings(BaseSettings): joj3_lock_file_timeout: int = 30 # moss - moss_user_id: int + moss_user_id: int = 9876543210 # log file log_file_path: str = "joint-teapot.log"