We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c7402a commit 60ac1bcCopy full SHA for 60ac1bc
vocably.py
@@ -34,7 +34,7 @@ def login_callback():
34
35
flow = flow_from_clientsecrets('config/client_secrets.json',
36
scope='https://mail.google.com/',
37
- redirect_uri='http://type.hk/oauth2callback')
+ redirect_uri='http://hype.hk/oauth2callback')
38
storage = Storage('config/credentials')
39
40
# Static Files
0 commit comments