summaryrefslogtreecommitdiffstats
path: root/source/api.py
diff options
context:
space:
mode:
authorPetr Šplíchal <psplicha@redhat.com>2012-05-23 13:34:41 +0200
committerPetr Šplíchal <psplicha@redhat.com>2012-05-23 13:34:41 +0200
commit2c321817395d7ee43df7afa997476c7c698c2fc8 (patch)
tree92b3f158e3cfee1185708cbe38ece3876b24f40c /source/api.py
parent890df5399c2827fe5dda773ed67ace7cb3a1057c (diff)
downloadpython-nitrate-2c321817395d7ee43df7afa997476c7c698c2fc8.tar.gz
python-nitrate-2c321817395d7ee43df7afa997476c7c698c2fc8.tar.xz
python-nitrate-2c321817395d7ee43df7afa997476c7c698c2fc8.zip
Suggest https in the minimal config example
Diffstat (limited to 'source/api.py')
-rw-r--r--source/api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/api.py b/source/api.py
index a65ba87..a0ad5a2 100644
--- a/source/api.py
+++ b/source/api.py
@@ -310,7 +310,7 @@ class Config(object):
# Minimal config example
example = ("Please, provide at least a minimal config file {0}:\n"
"[nitrate]\n"
- "url = http://nitrate.server/xmlrpc/".format(path))
+ "url = https://nitrate.server/xmlrpc/".format(path))
def __init__(self):
""" Initialize the configuration """