From 41b4ac92b32586dccb45879e3b199fae001f02c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Wei=C3=9Fenfels?= <10491533+tim-we@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:31:15 +0100 Subject: [PATCH] Fix typo --- pyghthouse/ph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyghthouse/ph.py b/pyghthouse/ph.py index 5e7ef55..1c261a9 100644 --- a/pyghthouse/ph.py +++ b/pyghthouse/ph.py @@ -160,7 +160,7 @@ def handle(self, msg): @staticmethod def print_warning(msg): - print(f"Warning: {msg['RNUM']} {msg['RESPONSE']} {', '.join(msg['WARNIGS'])}") + print(f"Warning: {msg['RNUM']} {msg['RESPONSE']} {', '.join(msg['WARNINGS'])}") class PHThread(Thread):