mirror of
https://github.com/Ryubing/Ryuko.git
synced 2025-05-13 03:00:35 +01:00
Store log in state
This commit is contained in:
parent
a21f40f8bd
commit
6df57bef3f
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import config
|
|||
|
||||
script_name = os.path.basename(__file__).split(".")[0]
|
||||
|
||||
log_file_name = f"{script_name}.log"
|
||||
log_file_name = state_dir + f"/{script_name}.log"
|
||||
|
||||
# Limit of discord (non-nitro) is 8MB (not MiB)
|
||||
max_file_size = 1000 * 1000 * 8
|
||||
|
|
Loading…
Reference in a new issue