mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-21 18:22:50 +01:00
Forgot a :
This commit is contained in:
parent
fd2f52970c
commit
27a233e98f
@ -30,7 +30,7 @@ def main():
|
|||||||
total = 0
|
total = 0
|
||||||
failed = 0
|
failed = 0
|
||||||
success = 0
|
success = 0
|
||||||
for (table, plugin) in (('larts', larts), ('praises', praises))
|
for (table, plugin) in (('larts', larts), ('praises', praises)):
|
||||||
cursor.execute("""SELECT * FROM %s ORDER BY id ASC""" % table)
|
cursor.execute("""SELECT * FROM %s ORDER BY id ASC""" % table)
|
||||||
table = table[:-1]
|
table = table[:-1]
|
||||||
if cursor.rowcount != 0:
|
if cursor.rowcount != 0:
|
||||||
|
Loading…
Reference in New Issue
Block a user