fix: correct indentation in batch loop, fix for-else bug causing continue syntax error
This commit is contained in:
parent
3bb57dafd7
commit
2fb9098699
@ -191,7 +191,7 @@ async with db.sqlorContext(dbname) as sor:
|
|||||||
'status': 'existing'
|
'status': 'existing'
|
||||||
})
|
})
|
||||||
continue
|
continue
|
||||||
else:
|
|
||||||
# 创建新apikey
|
# 创建新apikey
|
||||||
apikey_id = getID()
|
apikey_id = getID()
|
||||||
apikey_value = getID()
|
apikey_value = getID()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user