From: Stefan Schantl <stefan.schantl@ipfire.org>
To: location@lists.ipfire.org
Subject: [PATCH 2/4] python example script: Add country name and continent code.
Date: Thu, 10 Sep 2020 17:57:45 +0200 [thread overview]
Message-ID: <20200910155747.12553-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20200910155747.12553-1-stefan.schantl@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 581 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
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
next prev parent reply other threads:[~2020-09-10 15:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-10 15:57 [PATCH 1/4] perl: Add get_country_name() function Stefan Schantl
2020-09-10 15:57 ` Stefan Schantl [this message]
2020-09-10 15:57 ` [PATCH 3/4] perl: Add test for " Stefan Schantl
2020-09-10 15:57 ` [PATCH 4/4] perl: Add test for get_continent_code() function Stefan Schantl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200910155747.12553-2-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=location@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox