DHCPSRVS bugfix - past results
This commit is contained in:
@@ -15,8 +15,10 @@ from logger import mylog
|
|||||||
def main():
|
def main():
|
||||||
|
|
||||||
mylog('verbose', ['[DHCPSRVS] In script'])
|
mylog('verbose', ['[DHCPSRVS] In script'])
|
||||||
|
|
||||||
RESULT_FILE = 'last_result.log'
|
RESULT_FILE = 'last_result.log'
|
||||||
|
last_run_logfile = open(RESULT_FILE, 'a')
|
||||||
|
last_run_logfile.write("")
|
||||||
|
|
||||||
plugin_objects = Plugin_Objects(RESULT_FILE)
|
plugin_objects = Plugin_Objects(RESULT_FILE)
|
||||||
timeoutSec = 10
|
timeoutSec = 10
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user