no message

This commit is contained in:
2025-03-13 00:32:20 +03:00
parent 91e40c4393
commit 1d97048de1
204 changed files with 984 additions and 889 deletions

View File

@@ -17,7 +17,7 @@ public class DownloadTest extends TestingServerPass<Test> {
}
@Override
protected boolean canStart(Object... args) throws Exception {
testArchive= null;
testArchive = null;
if (Global.mainModule.getAccount().CheckRegistered(Log) &&
Global.testingServer.db.tests.getUI().CheckCurrent(Log)
) {
@@ -34,7 +34,7 @@ public class DownloadTest extends TestingServerPass<Test> {
}
@Override
protected void body() throws Exception {
testArchive= new File(Global.TempDirectory, Utils_.getDateName(String.valueOf(target.id)));
testArchive = new File(Global.TempDirectory, Utils_.getDateName(String.valueOf(target.id)));
request.server_response.Unpack(testArchive);
}
@Override