mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-25 06:24:25 +01:00
Fix minor typo
This commit is contained in:
parent
dc17b0a6ff
commit
b9beba166c
@ -61,7 +61,7 @@ def optionBanner():
|
|||||||
def runDebug():
|
def runDebug():
|
||||||
print("\n\n{0}WARNING! An unknown error has occurred, starting debug...{1}").format(RED, END)
|
print("\n\n{0}WARNING! An unknown error has occurred, starting debug...{1}").format(RED, END)
|
||||||
print(
|
print(
|
||||||
"{0}Starting debug... (Please report this crash on 'https://github.com/k4m4/kickthemout/issues' with your private informations removed if necessary){1}").format(
|
"{0}Starting debug... (Please report this crash on 'https://github.com/k4m4/kickthemout/issues' with your private information removed where necessary){1}").format(
|
||||||
RED, END)
|
RED, END)
|
||||||
print("{0}").format(RED)
|
print("{0}").format(RED)
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user