mirror of
https://github.com/sigmasternchen/MinervaBot
synced 2025-03-14 23:49:00 +00:00
does python know, what ~ means?
This commit is contained in:
parent
a2b9f91c02
commit
78828a8248
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ COMMAND_SOURCE_ACCOUNTS = []
|
||||||
|
|
||||||
# use "w" for overwrite, or "a" for append
|
# use "w" for overwrite, or "a" for append
|
||||||
LOG_TYPE = "a"
|
LOG_TYPE = "a"
|
||||||
LOG_FILE = "~/minerva.log"
|
LOG_FILE = "/var/minerva.log"
|
||||||
|
|
||||||
COMMAND_NAME_SEPERATOR = "\n"
|
COMMAND_NAME_SEPERATOR = "\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue