localhost
This commit is contained in:
parent
531f9c9f13
commit
eee5593bf4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ import requests
|
||||||
import json
|
import json
|
||||||
import time
|
import time
|
||||||
|
|
||||||
API_URL = "http://127.0.0.1:3000"
|
API_URL = "http://localhost:3000"
|
||||||
API_USER = "demo@demo.demo"
|
API_USER = "demo@demo.demo"
|
||||||
API_PASS = "demo"
|
API_PASS = "demo"
|
||||||
OFFSET = 65535
|
OFFSET = 65535
|
||||||
|
|
Loading…
Reference in a new issue