mirror of
https://github.com/GAM-team/GAM.git
synced 2025-06-06 00:07:21 +00:00
Align commands, delete debug prints (#291)
This commit is contained in:
parent
a2fe11fd70
commit
6143d00476
@ -9564,8 +9564,6 @@ See this site for instructions:
|
||||
""".format(FN_CLIENT_SECRETS_JSON, GC_Values[GC_CLIENT_SECRETS_JSON], GAM_WIKI_CREATE_CLIENT_SECRETS)
|
||||
|
||||
num_scopes = len(OAUTH2_SCOPES)
|
||||
print OAUTH2_MENU
|
||||
print tuple(range(num_scopes))
|
||||
menu = OAUTH2_MENU % tuple(range(num_scopes))
|
||||
selected_scopes = []
|
||||
for scope in OAUTH2_SCOPES:
|
||||
|
Loading…
x
Reference in New Issue
Block a user