Signed-off-by: Stefan Schantl --- examples/python/create-database.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/python/create-database.py b/examples/python/create-database.py index bf8838b..04b2dc3 100644 --- a/examples/python/create-database.py +++ b/examples/python/create-database.py @@ -22,6 +22,8 @@ with open(private_key_path, "r") as pkey: # Add a country c = w.add_country("DE") + c.continent_code = "EU" + c.name = "Germany" # Add an AS a = w.add_as(204867) -- 2.20.1