use Google::Weather; commented out

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

View File

@ -8,14 +8,14 @@
# $Id$ # $Id$
package main; package main;
my $UseWeatherGoogle= 0;
use strict; use strict;
use warnings; use warnings;
use Time::HiRes qw(gettimeofday); 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;
##################################### #####################################