Add missing :
This commit is contained in:
parent
cae6d970ca
commit
d937145f93
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ def parse_line(line: str) -> IRCParsedLine:
|
|||
line, trailing_separator, trailing_split = line.partition(" :")
|
||||
|
||||
trailing = None # type: typing.Optional[str]
|
||||
if trailing_separator
|
||||
if trailing_separator:
|
||||
trailing = trailing_split
|
||||
|
||||
if line[0] == ":":
|
||||
|
|
Loading…
Reference in a new issue