Skip to content

Commit

Permalink
Remove unused regex flag re.MULTILINE
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Jan 3, 2016
1 parent 7bf3084 commit 85f00cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion srt.py
Expand Up @@ -21,7 +21,7 @@
# next lines look like an index and a timestamp as a best-effort
# solution to work around these.
r'(?=(?:\d+\n\d+:|\Z))',
re.MULTILINE | re.DOTALL,
re.DOTALL,
)

SECONDS_IN_HOUR = 3600
Expand Down

0 comments on commit 85f00cf

Please sign in to comment.