Skip to content

Commit

Permalink
Correct REGEX comment
Browse files Browse the repository at this point in the history
  • Loading branch information
a@b.c committed Apr 23, 2022
1 parent 71a6cc9 commit 4c661fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import signal
import sys

# Read stdin for \[[0-9]+\]
# Read stdin for \[[0-9]+(?:\/[0-9]+)?\]
START_CHAR = "["
END_CHAR = "]"

Expand Down

0 comments on commit 4c661fc

Please sign in to comment.