2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

98_HTTPMOD.pm: weiteren Tippfehler korrigiert

git-svn-id: https://svn.fhem.de/fhem/trunk@23017 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
StefanStrobel 2020-10-24 12:02:29 +00:00
parent 5d61767b0c
commit 7bf88b29e3

View File

@ -7,7 +7,7 @@
# Fhem is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
# Fhem is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
@ -140,7 +140,7 @@ BEGIN {
));
};
my $Module_Version = '4.0.11 - 23.10.2020';
my $Module_Version = '4.0.12 - 24.10.2020';
my $AttrList = join (' ',
'(reading|get|set)[0-9]+(-[0-9]+)?Name',
@ -1325,7 +1325,7 @@ sub GetUpdate {
}
if ($hash->{MainURL}) {
Auth($hash) if (AttrVal($name, 'reAuthAlways', 0));
DoAuth($hash) if (AttrVal($name, 'reAuthAlways', 0));
my $request = PrepareRequest($hash, 'reading');
AddToSendQueue($hash, $request); # no need to copy the request - the hash has been created in prepare above
}