From 72cb08fad39e3b709229577281a15f027647099d Mon Sep 17 00:00:00 2001 From: swee Date: Mon, 16 Dec 2024 09:15:45 -0800 Subject: [PATCH] fix string syntax --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index 3f132f3..d05989b 100644 --- a/server.py +++ b/server.py @@ -17,7 +17,7 @@ motd = """ / ___|___ __| | ___ _ __ __ _ _ __ ___ ___ |_ _| _ \ / ___|__ _| |_ | | / _ \ / _` |/ _ \ '_ \ / _` | '_ ` _ \ / _ \ | || |_) | | / _` | __| | |__| (_) | (_| | __/ | | | (_| | | | | | | __/ | || _ <| |__| (_| | |_ - \____\___/ \__,_|\___|_| |_|\__,_|_| |_| |_|\___| |___|_| \_\\____\__,_|\__| + \____\___/ \__,_|\___|_| |_|\__,_|_| |_| |_|\___| |___|_| \_\\\\____\__,_|\__| https://ircat.xyz This server's configuration doesn't have a MOTD in its configuration, or is invalid.""" motd_file = None