]> git.phdru.name Git - xsetbg.git/blobdiff - reload_db.py
Style: Fix `flake8` error E999 SyntaxError: Missing parens in 'print'
[xsetbg.git] / reload_db.py
index fe25e864781546343bd97233a1c87786913c161d..4a96a0195af2b24c0f5709dfa50dd20da752942b 100755 (executable)
@@ -55,6 +55,6 @@ with SQLiteMassInsert() as txn:
 
 dump_file.close()
 
-print "New images:", count_new
-print "Existing images:", count_old
-print "Updated images:", count_updated
+print("New images:", count_new)
+print("Existing images:", count_old)
+print("Updated images:", count_updated)