summaryrefslogtreecommitdiff
path: root/plugins/python/welcome/tip.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/tip.py
parent5710f9d5be56b427ccfa48f6a730d70396817efe (diff)
Avoided to crash when the website is not reachable.
Diffstat (limited to 'plugins/python/welcome/tip.py')
-rw-r--r--plugins/python/welcome/tip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/python/welcome/tip.py b/plugins/python/welcome/tip.py
index 1a57575..642619e 100644
--- a/plugins/python/welcome/tip.py
+++ b/plugins/python/welcome/tip.py
@@ -141,6 +141,6 @@ class TipOfTheDay(SmallBoard):
def get_location(self):
- """Fournit la localisation souhaitée pour la plache."""
+ """Fournit la localisation souhaitée pour la planche."""
return [ 2, 1, 2, 2 ]