add the fix

This commit is contained in:
tophf 2021-04-08 09:08:21 +03:00 committed by GitHub
parent 2016c0ed42
commit fee10fa106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ const preinit = (() => {
.catch(getData);
} else {
getData = PortDownloader();
firstGet = getData({timer: false});
firstGet = getData({force: true});
}
function DirectDownloader() {