diff --git a/motm.py b/motm.py index 519f572..9157718 100644 --- a/motm.py +++ b/motm.py @@ -217,6 +217,10 @@ class MessageBoard: print("30", "{}/boards\r\n".format(self.env["GEMINI_URL"])) return None + if self.env["GEMINI_URL"][-1] == "/": + print("30", self.env["GEMINI_URL"].strip("/")) + return None + if self.request_path == "/register": self.register_user() return None