use Google::Weather; commented out

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@1312 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
borisneubert
2012-03-04 10:10:56 +00:00
parent b05e222b78
commit ed9c7d07e1

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;
#####################################