1
0
mirror of https://bitbucket.org/jsuto/piler.git synced 2025-04-09 22:27:52 +02:00

fix whitespace issue on pilerpurge fixes

This commit is contained in:
Thomas Helmrich 2022-03-17 15:37:20 +01:00
parent e20af0f331
commit f544beab4c

@ -69,7 +69,7 @@ def purge_m_files(ids=[], opts={}):
"WHERE piler_id IN (%s))" % (format), ids)
cursor.execute("DELETE FROM tag WHERE id IN (SELECT id FROM metadata " +
"WHERE piler_id IN (%s))" % (format), ids)
cursor.execute("DELETE FROM private WHERE id IN (SELECT id FROM metadata" +
cursor.execute("DELETE FROM private WHERE id IN (SELECT id FROM metadata " +
"WHERE piler_id IN (%s))" % (format), ids)
cursor.execute("DELETE FROM folder_message WHERE id IN (SELECT id FROM " +
"metadata WHERE piler_id IN (%s))" % (format), ids)