'cirteria' -> 'criteria'

This commit is contained in:
jesopo 2019-07-05 15:40:16 +01:00
parent 0051fcb824
commit f13d243a3e
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ def listen(port: int, verbose: bool):
if line.args[0] == LONG_PING:
client.criteria["long_pong"] = line.args[0] == LONG_PING
client.cirteria["pong_colon"] = " :" in raw_line
client.criteria["pong_colon"] = " :" in raw_line
if line.args[0] == "a twoping":
client.criteria["twopong"] = True