🐛 fix: fix setting loading error [fix #275, fix #276]

pull/290/head
CanisMinor 2023-07-17 00:12:43 +08:00 committed by GitHub
parent 683b9d7382
commit d7091e95d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
preload.py Normal file
View File

@ -0,0 +1,6 @@
def preload(parser):
parser.add_argument(
"--lobe-debug",
action="store_true",
help="Enable debug logging",
)