mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 21:55:09 +00:00
changed test.py to avoid naming errors
This commit is contained in:
parent
26eb48b087
commit
8a4e2d02d4
1 changed files with 1 additions and 1 deletions
2
test.py
2
test.py
|
|
@ -13,7 +13,7 @@ def print_out(val,delay):
|
|||
elif val == 2:
|
||||
try:
|
||||
global r
|
||||
r = requests.get("http://site1.local:8000")
|
||||
r = requests.get("http://localhost:8000")
|
||||
print(r)
|
||||
except requests.exceptions.ConnectionError as e:
|
||||
print(e)
|
||||
|
|
|
|||
Loading…
Reference in a new issue