fix: correct indentation in batch loop, fix for-else bug causing continue syntax error

This commit is contained in:
yumoqing 2026-05-12 18:30:56 +08:00
parent 3bb57dafd7
commit 2fb9098699

View File

@ -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()