Fixed for start command

This commit is contained in:
2022-06-26 00:41:25 +02:00
parent 32507afae9
commit fa002a50ac
2 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ class StartTestCase(unittest.TestCase):
settings = json.load(cfg)
cfg.close()
if settings['RunTest']['WasStarted']:
if settings['RunTest']['WasStarted'] == 'True':
settings['RunTest']['WasRestarted'] = 'True'
settings['RunTest']['WasStarted'] = 'True'