]> git.phdru.name Git - bookmarks_db.git/commitdiff
Change default subprocess robot to urllib_to
authorOleg Broytman <phd@phdru.name>
Fri, 4 Jul 2014 22:12:23 +0000 (02:12 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 4 Jul 2014 22:12:23 +0000 (02:12 +0400)
Robots/bkmk_rforking.py

index 0d41c747585d483ee1d0131e3d1acb55282a7b42..2154283f2244c14f4c75551ef369e39b997ad484 100644 (file)
@@ -47,7 +47,7 @@ def restart_subp(log):
 _set_subproc = True
 
 class robot_forking(Robot):
-   subproc = 'urllib' # Default subprocess
+   subproc = 'urllib_to' # Default subprocess
 
    def check_url(self, bookmark):
       global _set_subproc