fix: hatte vergessen argparse parameter ebenfalls anzupassen
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user