use Google::Weather; commented out

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1312 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-03-04 10:10:56 +00:00
parent 582f649d24
commit 1cc1fc0bdd

View File

@@ -8,14 +8,14 @@
# $Id$
package main;
my $UseWeatherGoogle= 0;
use strict;
use warnings;
use Time::HiRes qw(gettimeofday);
if($UseWeatherGoogle) {
use Weather::Google;
}
my $UseWeatherGoogle= 0; # if you want Weather:Google back please set this to 1 and uncomment below.
# use Weather::Google;
#####################################