Merge branch 'main' into test

This commit is contained in:
Dennis 2023-06-05 20:59:17 +02:00 committed by GitHub
commit 8b83a4801b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,7 @@ class Task {
generateTask() {
this.retrieve_settings();
this.success = false;
if (this.chord) {
this.generateChord();
} else {
@ -137,6 +138,7 @@ class Task {
if (Date.now() - this.starttime <= 500) {
console.log(this.solution);
console.log(this.activeKeys);
this.result_success();
return;
} else {