Commit ba36583b authored by nanahira's avatar nanahira

fix more stuff

parent 0ae85670
...@@ -2165,7 +2165,7 @@ if settings.modules.http ...@@ -2165,7 +2165,7 @@ if settings.modules.http
return return
else else
try try
archive_name = moment().format('YYYY-MM-DD HH:mm:ss') + ".zip" archive_name = moment().format('YYYY-MM-DD HH-mm-ss') + ".zip"
archive_args = ["a", "-mx0", "-y", archive_name] archive_args = ["a", "-mx0", "-y", archive_name]
check = false check = false
for replay in duel_log.duel_log for replay in duel_log.duel_log
......
...@@ -2774,7 +2774,7 @@ ...@@ -2774,7 +2774,7 @@
return; return;
} else { } else {
try { try {
archive_name = moment().format('YYYY-MM-DD HH:mm:ss') + ".zip"; archive_name = moment().format('YYYY-MM-DD HH-mm-ss') + ".zip";
archive_args = ["a", "-mx0", "-y", archive_name]; archive_args = ["a", "-mx0", "-y", archive_name];
check = false; check = false;
ref2 = duel_log.duel_log; ref2 = duel_log.duel_log;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment