summaryrefslogtreecommitdiff
path: root/client/test.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-11-05 14:41:19 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2014-11-05 14:41:19 +0100
commit44e5ce5c4f84a4e5cc268fda56fc37b00b763314 (patch)
tree94369116eb767e522c7fa4cc3c1a72af65e1cf00 /client/test.py
parentbc14ded285e2291600457bd9f4ac559270ba53a7 (diff)
parent7dd554da0bc5fecdb911241d10908c2cde7601e8 (diff)
downloadjasper-client-44e5ce5c4f84a4e5cc268fda56fc37b00b763314.tar.gz
jasper-client-44e5ce5c4f84a4e5cc268fda56fc37b00b763314.zip
Merge pull request #224 from Holzhaus/fix-weather-plugin
Fix support for multi-word city names (Weather module)
Diffstat (limited to 'client/test.py')
-rw-r--r--client/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/test.py b/client/test.py
index 5a5dc6b..05b66d4 100644
--- a/client/test.py
+++ b/client/test.py
@@ -20,7 +20,7 @@ import diagnose
DEFAULT_PROFILE = {
'prefers_email': False,
- 'location': '08544',
+ 'location': 'Cape Town',
'timezone': 'US/Eastern',
'phone_number': '012344321'
}