Skip to content

Commit c9b7e01

Browse files
committed
minor fix text
1 parent 3084981 commit c9b7e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opt/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ def parse_xray_x25519_output(stdout : str) -> tuple[str, str]:
113113
return (skey.strip(), pkey.strip())
114114

115115
def main():
116+
print(f"Initializing d2ray...", flush=True)
116117
args = d2args()
117118
args.from_env()
118119

119-
print("====== init.py ======", flush=True)
120120
print(f"Checking key file...", flush=True)
121121
if not KEY_FILE.exists():
122122
print(f"Key file not found at {KEY_FILE}. Generating...")

0 commit comments

Comments
 (0)