remove newline
This commit is contained in:
parent
480c9d631d
commit
473f432fb6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ if keys["DEACTIVATE"] != "None":
|
|||
try:
|
||||
rename(f"{path}/cogs/{file}.py", f"{path}/cogs/-{file}.py") # désactivation
|
||||
except:
|
||||
print(f"\nNo file {file} found, check your \"DEACTIVATE\" variable.")
|
||||
print(f"No file {file} found, check your \"DEACTIVATE\" variable.")
|
||||
exit(1)
|
||||
|
||||
for file in listdir("cogs"):
|
||||
|
|
Reference in a new issue