From 0fdbf67769769f0912785a158233253b89e2252c Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Thu, 13 Feb 2025 00:10:09 +0330 Subject: [PATCH] Better output --- core/scripts/normalsub/normalsub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scripts/normalsub/normalsub.py b/core/scripts/normalsub/normalsub.py index f24fd44..7739e0f 100644 --- a/core/scripts/normalsub/normalsub.py +++ b/core/scripts/normalsub/normalsub.py @@ -105,7 +105,7 @@ def get_user_uri(username): f"//subscription-userinfo: upload={upload}; download={download}; total={total}; expire={expiration_timestamp}\n" ) - profile_lines = f"//profile-title: 🚀 {username}-Hysteria2 🚀\n//profile-update-interval: 1\n" + profile_lines = f"//profile-title: {username}-Hysteria2 🚀\n//profile-update-interval: 1\n" output = profile_lines + subscription_info + output return output