X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_rforking.py;h=6250af91603cfb8e6125b049e900f33c3be0e9ef;hb=c2ea4e82718b903aa123dd77490f36657383b0ca;hp=2aa49e061347c1f5665ee9daf143dab643fc0162;hpb=4ced9933b914c5569cba1c29c9ae21c3de123acc;p=bookmarks_db.git diff --git a/Robots/bkmk_rforking.py b/Robots/bkmk_rforking.py index 2aa49e0..6250af9 100644 --- a/Robots/bkmk_rforking.py +++ b/Robots/bkmk_rforking.py @@ -47,7 +47,7 @@ def restart_subp(log): _set_subproc = True class robot_forking(Robot): - subproc = 'urllib2' # Default subprocess + subproc = 'urllib2' # Default subprocess def check_url(self, bookmark): global _set_subproc @@ -66,14 +66,14 @@ class robot_forking(Robot): os.environ['BKMK_ROBOT'] = subproc if not check_subp: - restart_subp(self.log) # Not restart, just start afresh + restart_subp(self.log) # Not restart, just start afresh try: save_parent = bookmark.parent bookmark.parent = None subp_pipe.write_record(pickle.dumps(bookmark)) - if check_subp.waitForPendingChar(60): # wait a minute + if check_subp.waitForPendingChar(60): # wait a minute new_b = pickle.loads(subp_pipe.read_record()) for attr in ( "error", "no_error", @@ -103,4 +103,4 @@ class robot_forking(Robot): return 1 def stop(self): - stop_subp(None) # Stop subprocess; do not log restarting + stop_subp(None) # Stop subprocess; do not log restarting