Missed colon

This commit is contained in:
Firepup Sixfifty 2024-08-11 02:37:36 +00:00
parent d39f8224d4
commit 8714a1bec8
Signed by: Firepup650
SSH key fingerprint: SHA256:U0Zp8EhEe3CMqFSrC79CqatzaEiL4sjta80/RSX2XrY

View file

@ -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")