localhost

This commit is contained in:
hwelch-fle 2023-03-23 21:26:26 -04:00 committed by GitHub
parent 531f9c9f13
commit eee5593bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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