]> git.phdru.name Git - bookmarks_db.git/blobdiff - Robots/bkmk_rforking.py
Pass subproc parameter to the subprocess to allow different robots
[bookmarks_db.git] / Robots / bkmk_rforking.py
index 6ca35efd8231f9448761bc707bed77c75e3a6f3f..e1b4ee24a74d3717317855e8cb9eede270f9f423 100644 (file)
@@ -44,8 +44,17 @@ def restart_subp(log):
    subp_pipe = RecordFile(check_subp)
 
 
+_set_subproc = True
+
 class robot_forking(Robot):
+   subproc = 'urllib' # Default subprocess
+
    def check_url(self, bookmark):
+      global _set_subproc
+      if _set_subproc:
+         _set_subproc = False
+         os.environ['BKMK_ROBOT'] = self.subproc
+
       if not check_subp:
          restart_subp(self.log) # Not restart, just start afresh