Undefined subroutine &FHEM::APIs::Weather::DarkSkyAPI::__strftimeWrapper
This commit is contained in:
2023-01-10 16:09:53 +01:00
parent 2e8acfff0b
commit eeea03d2df
2 changed files with 4 additions and 5 deletions

View File

@ -709,8 +709,7 @@ sub _ErrorHandling {
my $err = shift;
$self->{cached}->{current_date_time} =
__strftimeWrapper( "%a, %e %b %Y %H:%M",
localtime( $self->{fetchTime} ) );
_strftimeWrapper( "%a, %e %b %Y %H:%M", localtime( $self->{fetchTime} ) );
$self->{cached}->{status} = $err;
$self->{cached}->{validity} = 'stale';
@ -780,7 +779,7 @@ sub _strftimeWrapper {
],
"release_status": "stable",
"license": "GPL_2",
"version": "v1.2.11",
"version": "v1.2.12",
"author": [
"Marko Oldenburg <fhemdevelopment@cooltux.net>"
],