Skip to content

Commit

Permalink
Call function correctly (again)
Browse files Browse the repository at this point in the history
I missed the other one :(
  • Loading branch information
sorawee authored and Greg Hendershott committed Dec 24, 2016
1 parent b14c34c commit af40087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frog/pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
code = ""
py_version = sys.version_info.major
sys.stdout.write("ready\n")
sys.stdout.flush
sys.stdout.flush()
while 1:
line_raw = sys.stdin.readline()
if not line_raw:
Expand Down

0 comments on commit af40087

Please sign in to comment.