This commit is contained in:
Philip Abbey
2024-01-22 10:28:35 +00:00
parent 7786efd883
commit 9c001f3402
3 changed files with 7 additions and 11 deletions

View File

@ -108,9 +108,7 @@ class WebLog {
// System.println(buffer);
Communications.makeWebRequest(
ClientId.webLogUrl,
{
"log" => buffer
},
{ "log" => buffer },
{
:method => Communications.HTTP_REQUEST_METHOD_GET,
:headers => {