mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 16:56:54 +00:00
use Google::Weather; commented out
git-svn-id: https://svn.fhem.de/fhem/trunk@1312 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c74b6afb18
commit
3e2ae6c7f9
@ -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;
|
||||
|
||||
|
||||
#####################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user