aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2022-02-13 17:50:53 +0000
committerGitHub <noreply@github.com>2022-02-13 17:50:53 +0000
commit02b41917629398f45f7852f1c4ae8acda09312d9 (patch)
tree7ad0d2a0d0ac71c9a0c3b1b7ce7bb68050894709
parentbcfbe2f2508b53b507f7348993bcf3d70fac3ebd (diff)
Fixed the default redirect url prompted to userHEADmain
-rw-r--r--generator.py2
1 files changed, 1 insertions, 1 deletions
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: