From 4e8d0ec6853f9cbb97eba787a87f1a03f5f95c95 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Sat, 14 Oct 2023 00:35:49 +0200 Subject: prompt string --- config.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index 2d47141..5a56801 100644 --- a/config.py +++ b/config.py @@ -29,9 +29,8 @@ CLIENTID = 'client.secret' TOKEN = 'token.secret' def get_secrets_from_input(): - print("account secret not found, please manually input: ") - UNAME = input("username or email: ") - PW = input("password (not concealed): ") + UNAME = input("[input] username or email: ") + PW = input("[input] password (not concealed): ") return (UNAME, PW) -- cgit v1.2.3-70-g09d2