Remove ussd jsons from main meta import dirs

This commit is contained in:
nolash
2021-05-17 08:30:50 +02:00
parent 17b3b27d81
commit a89dfb5ee4
2 changed files with 5 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ if __name__ == '__main__':
logg.error('load error for {}: {}'.format(y, e))
continue
f.close()
logg.debug('deserializing {} {}'.format(filepath, o))
u = Person.deserialize(o)
new_address = register_eth(i, u)