diff --git a/server.py b/server.py index 7da9542..c27a8e9 100755 --- a/server.py +++ b/server.py @@ -96,7 +96,7 @@ Examples: elif arg in ["--cwlgd"]: G.cwlgd = True log("Server will crash when outbound links go down!", "WARN") - elif arg in ["-r", "--random-port"] + elif arg in ["-r", "--random-port"]: random.seed() port = random.randint(10000, 60000) log(f"Randomized port selected: {port}", "INFO")