mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 15:25: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:
|
elif val == 2:
|
||||||
try:
|
try:
|
||||||
global r
|
global r
|
||||||
r = requests.get("http://site1.local:8000")
|
r = requests.get("http://localhost:8000")
|
||||||
print(r)
|
print(r)
|
||||||
except requests.exceptions.ConnectionError as e:
|
except requests.exceptions.ConnectionError as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue