style code
This commit is contained in:
parent
04f10821e2
commit
4ee7715a9f
@ -45,7 +45,7 @@ eval "use JSON;1"
|
|||||||
"JSON "; # apt-get install libperl-JSON on Debian and derivatives
|
"JSON "; # apt-get install libperl-JSON on Debian and derivatives
|
||||||
eval "use Encode qw(encode_utf8);1" or $missingModul .= "Encode ";
|
eval "use Encode qw(encode_utf8);1" or $missingModul .= "Encode ";
|
||||||
|
|
||||||
use Data::Dumper; # for Debug only
|
# use Data::Dumper; # for Debug only
|
||||||
## API URL
|
## API URL
|
||||||
use constant URL => 'https://api.openweathermap.org/data/2.5/';
|
use constant URL => 'https://api.openweathermap.org/data/2.5/';
|
||||||
## URL . 'weather?' for current data
|
## URL . 'weather?' for current data
|
||||||
|
Loading…
Reference in New Issue
Block a user