From eee5593bf47cb08041662672bbec9947c2508708 Mon Sep 17 00:00:00 2001 From: hwelch-fle <91618355+hwelch-fle@users.noreply.github.com> Date: Thu, 23 Mar 2023 21:26:26 -0400 Subject: [PATCH] localhost --- plankapy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plankapy.py b/plankapy.py index 2eb1076..4f14119 100644 --- a/plankapy.py +++ b/plankapy.py @@ -2,7 +2,7 @@ import requests import json import time -API_URL = "http://127.0.0.1:3000" +API_URL = "http://localhost:3000" API_USER = "demo@demo.demo" API_PASS = "demo" OFFSET = 65535