sanbo
commited on
Commit
·
d5b8ba6
1
Parent(s):
7c8305f
update sth. at 2025-01-09 22:30:10
Browse files- more_core.py +1 -1
more_core.py
CHANGED
@@ -22,7 +22,7 @@ app = FastAPI(
|
|
22 |
version="1.0.0|2025.1.6"
|
23 |
)
|
24 |
# debug for Log
|
25 |
-
debug =
|
26 |
|
27 |
|
28 |
class APIServer:
|
|
|
22 |
version="1.0.0|2025.1.6"
|
23 |
)
|
24 |
# debug for Log
|
25 |
+
debug = False
|
26 |
|
27 |
|
28 |
class APIServer:
|