Skip to content

Commit 6709b89

Browse files
committed
FIX repeat in stdin
1 parent 515892b commit 6709b89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

piduck.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ def main():
123123
if not line:
124124
break
125125
pharse(line.strip(), [[], []], False)
126+
last_line = line
126127

127128

128129
main()

0 commit comments

Comments
 (0)