From 8a4e2d02d4ce8d0c3739aefeae4de89ca9e7924b Mon Sep 17 00:00:00 2001 From: Mendel Greenberg Date: Sat, 19 Jan 2019 19:50:32 -0500 Subject: [PATCH] changed test.py to avoid naming errors --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index e29fa851..c127ad74 100644 --- a/test.py +++ b/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)