X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Robots%2Fbkmk_rforking_sub.py;h=63464fccff91414dee6f01303516204852491e2f;hb=c05c3463a8d992c798443d7a6fe8c01de1b776fa;hp=6ae0d8c521ed50e35b61387a9e2413af0b3e05d6;hpb=7028dcb5fe31ccf6d348dca315154d719f3c481e;p=bookmarks_db.git diff --git a/Robots/bkmk_rforking_sub.py b/Robots/bkmk_rforking_sub.py index 6ae0d8c..63464fc 100755 --- a/Robots/bkmk_rforking_sub.py +++ b/Robots/bkmk_rforking_sub.py @@ -2,7 +2,7 @@ """ Check URL - subprocess for the forking robot - Written by BroytMann. Copyright (C) 1999-2007 PhiloSoft Design. + Written by Broytman. Copyright (C) 1999-2010 PhiloSoft Design. """ @@ -28,7 +28,7 @@ def run(): from m_lib.flog import openlog log = openlog("check2.log") from bkmk_rsimple import robot_simple - robot = robot_simple(None, log) + robot = robot_simple(log) while 1: bookmark = pickle.loads(bkmk_in.read_record())