Änderung des HTTP Requestaufrufes beim set Kommand auf GET Methode

This commit is contained in:
Marko Oldenburg 2015-11-30 13:20:00 +01:00
parent c507911237
commit 248dd30307

View File

@ -455,7 +455,7 @@ sub HOMEBOT_HTTP_POST($$) {
url => $url,
timeout => 10,
hash => $hash,
method => "POST",
method => "GET",
doTrigger => 1,
callback => \&HOMEBOT_HTTP_POSTerrorHandling,
}