You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
r = requests.post('http://localhost:5000', data = {'expression': 'test-string'})
# HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x105e933c8>: Failed to establish a new connection: [Errno 61] Connection refused'))
##Attempt Number 2
p = requests.post('http://localhost:8888', data={'a':1,'b':'2'})