diff options
author | Vidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com> | 2022-02-13 17:50:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-13 17:50:53 +0000 |
commit | 02b41917629398f45f7852f1c4ae8acda09312d9 (patch) | |
tree | 7ad0d2a0d0ac71c9a0c3b1b7ce7bb68050894709 /generator.py | |
parent | bcfbe2f2508b53b507f7348993bcf3d70fac3ebd (diff) |
Diffstat (limited to 'generator.py')
-rw-r--r-- | generator.py | 2 |
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: |