diff --git a/server.py b/server.py index 7d77e95..c62088e 100644 --- a/server.py +++ b/server.py @@ -140,6 +140,7 @@ def relay(): comment = goto else: comment = " ".join(temp.split(" ")[1:]) + goto = quote(goto, safe='') code += f"
\n" elif i[0:2] == "> ": code += f"{i}
\n"