]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rforking_sub.py
Fix(Py3): Always log in UTF-8
[bookmarks_db.git] / Robots / bkmk_rforking_sub.py
index 7892407b4bad5c29970fd967730f895d69c30d90..8bbf68f57028b7c2bfc80c68407ab3d94a9afbe5 100755 (executable)
@@ -33,6 +33,7 @@ def run():
 
     from m_lib.flog import openlog
     log = openlog("check2.log")
+    log.outfile.reconfigure(encoding='utf-8')
     from robots import robot
     robot = robot(log)