diff --git a/15-restful/tf-15.py b/15-restful/tf-15.py index 19e9b49..e8554be 100755 --- a/15-restful/tf-15.py +++ b/15-restful/tf-15.py @@ -86,6 +86,7 @@ def handle_request(verb, uri, args): # A very simple client "browser" def render_and_get_input(state_representation, links): print state_representation + sys.stdout.flush() if type(links) is dict: # many possible next states input = sys.stdin.readline().strip() if input in links: