]> git.phdru.name Git - bookmarks_db.git/blobdiff - check_urls.py
Fix(Py3): Open list of titles in UTF-8
[bookmarks_db.git] / check_urls.py
index bdf1ccec25a22ec9e1c420b943d17e5c626f95ee..a666ea03d2762ca87647c7b75960d2574f92f7d5 100755 (executable)
@@ -1,11 +1,10 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 """Robot interface - check URLs from bookmarks database
 
 This file is a part of Bookmarks database and Internet robot.
 """
 
 from __future__ import print_function
-import os
 import sys
 
 
@@ -62,6 +61,7 @@ def run():
         log("check_urls started")
         if report_stats:
             print("   check_urls: normal start")
+    log.outfile.reconfigure(encoding='utf-8')
 
     from storage import storage
     storage = storage()
@@ -119,7 +119,7 @@ def run():
                 else:
                     continue
 
-            if checked.has_key(href):
+            if href in checked:
                 log("Already checked %s" % href)
                 old_object = root_folder.linear[checked[href]]
                 for attr_name in (