address_label #3

Merged
tux merged 6 commits from address_label into master 2020-03-14 22:08:20 +01:00
Showing only changes of commit bc72c079b0 - Show all commits

View file

@ -82,7 +82,11 @@ def main(*_args):
else:
member_struct = json.load(open('example.json', 'r'))
app = FormApp(member_struct)
app.run()
try:
app.run()
except Exception as e:
print(e)
return 0
new_data = {}
new_data['stammdaten'] = dict(