pengzhibo168 5 years ago
parent
commit
e22b7baddf
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controller/ApplicationController.py

+ 1 - 0
Controller/ApplicationController.py

@@ -71,6 +71,7 @@ class AuthView(View):
         # print("state", state)
         # print("response_type", response_type)
         # print("scope", scope)
+        # print("app_id", app_id)
         # print("redirect_uri", redirect_uri)
         tko = TokenObject(token)
         if tko.code == 0: