Merge branch 'main' of git.xkjq.uk:ross/uploader

This commit is contained in:
Ross
2025-11-24 12:11:35 +00:00
+1 -1
View File
@@ -702,7 +702,7 @@ def main_page():
def launch_app(
work_dir: Path = typer.Option(WORK_DIR, help="Working directory"),
nng: bool = typer.Option(True, help="Use nng"),
native_mode: bool = typer.Option(False, help="Use native mode"),
native_mode: bool = typer.Option(True, help="Use native mode"),
debug: bool = typer.Option(False, help="Debug mode")
):
global WORK_DIR, EXPORT_PATH, PROCESS_PATH, ANON_PATH, DEBUG