X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=rescan_fs.py;h=f2586f3651b9115600d3989ed8aeb28b335c9528;hb=5bf30e4e42543b6be01448937183f3470cc731f3;hp=1b74f8f15213a4932f4e5326f134bf60e815183b;hpb=9c73fd456403d1eb1dca034dd1321ae881b689db;p=xsetbg.git diff --git a/rescan_fs.py b/rescan_fs.py index 1b74f8f..f2586f3 100755 --- a/rescan_fs.py +++ b/rescan_fs.py @@ -82,6 +82,6 @@ with SQLiteMassInsert() as txn: txn.query(query) NULL.close() -print "New images:", count_new -print "Existing images:", count_old -print "Removed images:", count_del +print("New images:", count_new) +print("Existing images:", count_old) +print("Removed images:", count_del)