fixx ticket #410
This commit is contained in:
parent
ff11a7433c
commit
a6e6f3b764
|
@ -1660,6 +1660,8 @@ class Service_registration_window:
|
|||
for name in self.infos.keys():
|
||||
if name in ['key', 'instructions', 'x', 'registered']:
|
||||
continue
|
||||
if not name:
|
||||
continue
|
||||
|
||||
nbrow = nbrow + 1
|
||||
table.resize(rows = nbrow, columns = 2)
|
||||
|
|
Loading…
Reference in New Issue