summaryrefslogtreecommitdiff
path: root/plugins/python/welcome/website.py
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-12-23 23:59:09 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-12-23 23:59:09 (GMT)
commit64b50b60e45e4d343ff257c3c9e10788f624a713 (patch)
treec2f06c08c1bdde4b848d4f7ce89af64cd04713ca /plugins/python/welcome/website.py
parent5710f9d5be56b427ccfa48f6a730d70396817efe (diff)
Avoided to crash when the website is not reachable.
Diffstat (limited to 'plugins/python/welcome/website.py')
-rw-r--r--plugins/python/welcome/website.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/welcome/website.py b/plugins/python/welcome/website.py
index 07c2016..f8f1b9a 100644
--- a/plugins/python/welcome/website.py
+++ b/plugins/python/welcome/website.py
@@ -25,6 +25,6 @@ class WebInvitation(SmallBoard):
def get_location(self):
- """Fournit la localisation souhaitée pour la plache."""
+ """Fournit la localisation souhaitée pour la planche."""
return [ 3, 0, 1, 1 ]