X-Git-Url: https://git.phdru.name/?p=xsetbg.git;a=blobdiff_plain;f=rescan_fs.py;fp=rescan_fs.py;h=f2586f3651b9115600d3989ed8aeb28b335c9528;hp=1b74f8f15213a4932f4e5326f134bf60e815183b;hb=5bf30e4e42543b6be01448937183f3470cc731f3;hpb=1d0a0014b008e5428fb63ed21109f70d39682661 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)