mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
remove accidental break
This commit is contained in:
@@ -6249,7 +6249,6 @@ def doCreateProject(login_hint=None):
|
|||||||
while True:
|
while True:
|
||||||
create_again = False
|
create_again = False
|
||||||
print u'Creating project "%s"...' % body[u'name']
|
print u'Creating project "%s"...' % body[u'name']
|
||||||
break
|
|
||||||
create_operation = callGAPI(crm.projects(), u'create', body=body)
|
create_operation = callGAPI(crm.projects(), u'create', body=body)
|
||||||
operation_name = create_operation[u'name']
|
operation_name = create_operation[u'name']
|
||||||
time.sleep(5) # Google recommends always waiting at least 5 seconds
|
time.sleep(5) # Google recommends always waiting at least 5 seconds
|
||||||
|
|||||||
Reference in New Issue
Block a user