lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit 33a92f6a authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

Add an example country to the python create-database example script.

The generated database is used by the testsuite of the perl binding.
Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent c1590ddd
......@@ -20,6 +20,9 @@ with open(private_key_path, "r") as pkey:
# Set a license
w.license = "CC"
# Add a country
c = w.add_country("DE")
# Add an AS
a = w.add_as(204867)
a.name = "Lightning Wire Labs GmbH"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment