Cut redundant log, it's already handled by the log on boot
This commit is contained in:
parent
8714a1bec8
commit
f5e4726c8e
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ Examples:
|
||||||
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")
|
|
||||||
else:
|
else:
|
||||||
log(f"Unrecognized argument {arg}!", "WARN")
|
log(f"Unrecognized argument {arg}!", "WARN")
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
Loading…
Reference in a new issue