DHCPSRVS bugfix - past results

This commit is contained in:
Jokob-sk
2023-09-15 20:29:50 +10:00
parent f9a400c34c
commit 31a94b779f

View File

@@ -15,8 +15,10 @@ from logger import mylog
def main():
mylog('verbose', ['[DHCPSRVS] In script'])
RESULT_FILE = 'last_result.log'
last_run_logfile = open(RESULT_FILE, 'a')
last_run_logfile.write("")
plugin_objects = Plugin_Objects(RESULT_FILE)
timeoutSec = 10