From c9b7e01b5d5dde7fb5b0a0a55ab6c3735cea5838 Mon Sep 17 00:00:00 2001 From: quackerd Date: Mon, 21 Aug 2023 09:57:28 -0400 Subject: [PATCH] minor fix text --- opt/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opt/init.py b/opt/init.py index e24f266..a248127 100644 --- a/opt/init.py +++ b/opt/init.py @@ -113,10 +113,10 @@ def parse_xray_x25519_output(stdout : str) -> tuple[str, str]: return (skey.strip(), pkey.strip()) def main(): + print(f"Initializing d2ray...", flush=True) args = d2args() args.from_env() - print("====== init.py ======", flush=True) print(f"Checking key file...", flush=True) if not KEY_FILE.exists(): print(f"Key file not found at {KEY_FILE}. Generating...")