summaryrefslogtreecommitdiffstats
path: root/kachelmann/conditions
diff options
context:
space:
mode:
authorroot <root@krebs>2011-08-06 01:34:09 +0200
committerroot <root@krebs>2011-08-06 01:34:09 +0200
commit135bdbc139f1aefb8d05d2de5e01e52982f4437a (patch)
treef5bdbf3a4ecb1414404cac481e628265d3b7d12c /kachelmann/conditions
parent925e7b3da5cd12734d66201b95744ef5f9c09917 (diff)
Made kachelmann speak german
Diffstat (limited to 'kachelmann/conditions')
-rwxr-xr-xkachelmann/conditions2
1 files changed, 1 insertions, 1 deletions
diff --git a/kachelmann/conditions b/kachelmann/conditions
index 6d8b5541..9880b397 100755
--- a/kachelmann/conditions
+++ b/kachelmann/conditions
@@ -4,4 +4,4 @@ system("w3m -dump \"http://www.google.com/ig/api?weather=70327-stuttgart&hl=de\"
my $xml = new XML::Simple;
my $data = $xml->XMLin("/tmp/kachelmann/weather.xml");
my $sentence = "Die Wetterkondition ist: $data->{weather}->{current_conditions}->{condition}->{data}\n bei $data->{weather}->{current_conditions}->{temp_c}->{data} Grad Celsius\n";
-system("espeak \"$sentence\"");
+system("espeak -v de \"$sentence\"");