Small typo
This commit is contained in:
parent
a6a9ba0754
commit
a245acc770
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ Examples:
|
||||||
address = arg[9:]
|
address = arg[9:]
|
||||||
elif arg.startswith("--cwlgd"):
|
elif arg.startswith("--cwlgd"):
|
||||||
G.cwlgd = True
|
G.cwlgd = True
|
||||||
log("Server will crasg when outbound links go down!", "WARN")
|
log("Server will crash when outbound links go down!", "WARN")
|
||||||
else:
|
else:
|
||||||
log(f"Unrecognized argument {arg}!", "WARN")
|
log(f"Unrecognized argument {arg}!", "WARN")
|
||||||
except Exception:
|
except Exception:
|
||||||
|
|
Loading…
Reference in a new issue