From 02b41917629398f45f7852f1c4ae8acda09312d9 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 13 Feb 2022 17:50:53 +0000 Subject: Fixed the default redirect url prompted to user --- generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.py b/generator.py index 1bd9516..bd370b4 100644 --- a/generator.py +++ b/generator.py @@ -82,7 +82,7 @@ def ask_for_client_id(): else: if has_client_id == "n": print("Please create a new Client ID here: \u001b[36mhttps://myanimelist.net/apiconfig/create\u001b[0m") - print("\t\u001b[37;1m1. \u001b[0mSet the App Redirect URL to \u001b[36;1m\"http://localhost/oauth\"\u001b[0m") + print("\t\u001b[37;1m1. \u001b[0mSet the App Redirect URL to \u001b[36;1m\"http://localhost:8080\"\u001b[0m") print("\t\u001b[37;1m2. \u001b[0mRestart my script again and then enter your brand new Client ID!") print("Refer to this guide for more details: \u001b[36mhttps://myanimelist.net/blog.php?eid=835707\u001b[0m") else: -- cgit v1.2.3