Update index.py

This commit is contained in:
midoks 2021-05-10 00:29:45 +08:00
parent 0154d44349
commit 9d71dbf6ff
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ def getDbList():
clist = conn.where(condition, ()).field(
field).limit(limit).order('id desc').select()
for x in xrange(0, len(clist)):
for x in range(0, len(clist)):
dbname = clist[x]['name']
blist = getDbBackupListFunc(dbname)
# print(blist)