]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Style: Fix flake8 E127 continuation line over-indented for visual indent
[bookmarks_db.git] / check_urls.py
index a7314f3b789ee120cfb9d239fd05d1e14d3268a5..ae7fe830475ac067a187a243124fe7065d2de213 100755 (executable)
@@ -9,7 +9,7 @@ import sys, os
 
 
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2000-2017 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2000-2023 PhiloSoft Design"
 __license__ = "GNU GPL"
 
 
@@ -34,7 +34,7 @@ def run():
         pass
 
     if report_stats:
-        print("Broytman check_urls, Copyright (C) 1997-2017 PhiloSoft Design")
+        print("Broytman check_urls, Copyright (C) 1997-2023 PhiloSoft Design")
 
     if args:
         sys.stderr.write("check_urls: too many arguments\n")
@@ -108,7 +108,7 @@ def run():
         if object.isBookmark:
             href = object.href
             if (href.startswith('place:') # Firefox SmartBookmarks
-                  or '%s' in href): # Bookmark with keyword
+                    or '%s' in href): # Bookmark with keyword
                 log("Skipped %s" % href)
                 continue