fix: hatte vergessen argparse parameter ebenfalls anzupassen

This commit is contained in:
2024-02-02 15:47:22 +01:00
parent 3206ad242a
commit cdff4a8987
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -119,8 +119,8 @@ if __name__ == '__main__':
model.from_json(demo_data)
build_gui(model, configs)
elif args.number:
id = args.number
elif args.sivasid:
id = args.sivasid
path = os.path.join(output_dir, id + '.json')
if os.path.exist(path):
model.load(demo_data)