forked from Firepup650/python-talk
Fix typo
This commit is contained in:
parent
079e813c33
commit
e47c3ff9d0
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ except Exception:
|
||||||
raise ValueError("Invalid arguments. Please refer to --help for usage.") from None
|
raise ValueError("Invalid arguments. Please refer to --help for usage.") from None
|
||||||
|
|
||||||
if not saveLogs:
|
if not saveLogs:
|
||||||
G.msgs.apppend(
|
G.msgs.append(
|
||||||
b"[00-00-0000 00:00:00] Notice: Logging is disabled on this server instance!\n"
|
b"[00-00-0000 00:00:00] Notice: Logging is disabled on this server instance!\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue