X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=check_urls.py;h=a666ea03d2762ca87647c7b75960d2574f92f7d5;hb=15632047d4fb59cc40ef98dcb4a94438ba16f9d4;hp=e60cefe9edf394ac7f213f19cd05c10b18137da9;hpb=22d567ee3a7eac29b4c83eb1344f7bae4ef0bdb1;p=bookmarks_db.git diff --git a/check_urls.py b/check_urls.py index e60cefe..a666ea0 100755 --- a/check_urls.py +++ b/check_urls.py @@ -1,4 +1,4 @@ -#! /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. @@ -61,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() @@ -118,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 (