Missed colon
This commit is contained in:
parent
d39f8224d4
commit
8714a1bec8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ Examples:
|
||||||
elif arg in ["--cwlgd"]:
|
elif arg in ["--cwlgd"]:
|
||||||
G.cwlgd = True
|
G.cwlgd = True
|
||||||
log("Server will crash when outbound links go down!", "WARN")
|
log("Server will crash when outbound links go down!", "WARN")
|
||||||
elif arg in ["-r", "--random-port"]
|
elif arg in ["-r", "--random-port"]:
|
||||||
random.seed()
|
random.seed()
|
||||||
port = random.randint(10000, 60000)
|
port = random.randint(10000, 60000)
|
||||||
log(f"Randomized port selected: {port}", "INFO")
|
log(f"Randomized port selected: {port}", "INFO")
|
||||||
|
|
Loading…
Reference in a new issue