mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
update: fixing % problem in filename
git-svn-id: https://svn.fhem.de/fhem/trunk@6440 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
128e584112
commit
0ae57aaa98
@ -272,6 +272,7 @@ sub
|
||||
upd_getUrl($)
|
||||
{
|
||||
my ($url) = @_;
|
||||
$url =~ s/%/%25/g;
|
||||
my ($err, $data) = HttpUtils_BlockingGet({ url=>$url });
|
||||
if($err) {
|
||||
uLog 1, $err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user