]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_dups.py
Style: Fix flake8 E302 expected 2 blank lines, found 1
[bookmarks_db.git] / check_dups.py
index 0a267ac60544a28322657df7ba7227aa26e7deaa..94ae3f0a51731ad42c771db98bbaf137b69f9e61 100755 (executable)
@@ -9,12 +9,13 @@ import sys
 
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 
 log_file = None
 
+
 def report_dup(href, object_no):
     s = "Duplicate URL: %s (first at rec. %d)" % (href, object_no)
 
@@ -43,7 +44,7 @@ def run():
         pass
 
     if report_stats:
-        print("Broytman check_dups, Copyright (C) 2000-2017 PhiloSoft Design")
+        print("Broytman check_dups, Copyright (C) 2000-2023 PhiloSoft Design")
 
     if args:
         sys.stderr.write("check_urls: too many arguments\n")