Commit ba36583b authored by nanahira's avatar nanahira

fix more stuff

parent 0ae85670
......@@ -2165,7 +2165,7 @@ if settings.modules.http
return
else
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]
check = false
for replay in duel_log.duel_log
......
......@@ -2774,7 +2774,7 @@
return;
} else {
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];
check = false;
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