fixed: new error handling

old token refresh

[Ticket: no]
This commit is contained in:
2023-11-11 18:11:19 +01:00
parent d604ef1baf
commit 01c237226a
3 changed files with 6 additions and 6 deletions

View File

@ -59,7 +59,7 @@ use warnings;
use experimental qw( switch );
use HttpUtils;
use GPUtils qw(GP_Import);
use GPUtils qw(GP_Import);
use FHEM::Core::Authentication::Passwords qw(:ALL);
BEGIN {
@ -67,7 +67,7 @@ BEGIN {
GP_Import(
qw( init_done
defs
)
)
);
}