Skip to content

Commit 2979b48

Browse files
authored
Refactor KiaFetchApiToken script for clarity
1 parent 850e5fe commit 2979b48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

py/KiaFetchApiToken_2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def main():
6161
if tokens is not None:
6262
refresh_token = tokens["refresh_token"]
6363
access_token = tokens["access_token"]
64-
print(f"\n? Your tokens are:\n\n- Refresh Token: {refresh_token}\n- Access Token: {access_token}")
64+
print(f"\n? Your KIA tokens are:\n\n- Refresh Token: {refresh_token}\n- Access Token: {access_token}")
6565
else:
6666
print(f"\n? Error getting tokens from der API!\n{response.text}")
6767

@@ -76,3 +76,4 @@ def main():
7676
if __name__ == "__main__":
7777
main()
7878

79+

0 commit comments

Comments
 (0)