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:
@@ -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;
|
||||
|
||||
|
||||
#####################################
|
||||
|
||||
Reference in New Issue
Block a user