From 25864314d159e05c7d01ee239ff3580bc198be10 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Sat, 7 Mar 2020 17:38:49 +0100 Subject: [PATCH] my ' was eaten --- MultiServer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MultiServer.py b/MultiServer.py index 8d7ab14e..3bed3c05 100644 --- a/MultiServer.py +++ b/MultiServer.py @@ -590,8 +590,8 @@ def forward_port(port: int): NewInternalPort=port, NewInternalClient=ip, NewEnabled=1, - NewPortMappingDescription='Berserker\s Multiworld', - NewLeaseDuration=60*60*24#24 hours + NewPortMappingDescription='Berserker\'s Multiworld', + NewLeaseDuration=60 * 60 * 24 # 24 hours ) logging.info(f"Attempted to forward port {port} to {ip}, your local ip address.")