Skip to content

Commit 4132c34

Browse files
authored
Update public/cloudflare-one/static/authenticated-doh.py
1 parent d93384f commit 4132c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/cloudflare-one/static/authenticated-doh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def request(method, url, body):
145145
if client_id == "new":
146146
service_token_name = input('Please input name for service token > ')
147147
client_id, client_secret = request_create_service_token(service_token_name)
148-
print("Created service token with a client_id and a client_secret. You may want to save these secrets.")
148+
print(f"Created service token with client_id {client_id} and client_secret {client_secret}. You may want to save these secrets.")
149149

150150
if len(client_secret) == 0:
151151
client_secret = read_string_option('CLIENT_SECRET', "client secret")

0 commit comments

Comments
 (0)