This commit is contained in:
lilyissillyyy
2025-10-12 18:50:31 -04:00
parent 115c86c830
commit 32b6482563
+1 -1
View File
@@ -101,7 +101,7 @@ class Akinator {
.send(params.toString(), true) .send(params.toString(), true)
.set({ .set({
'Content-Length': params.toString().length, 'Content-Length': params.toString().length,
'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8', 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8'
}); });
this.guessed = null; this.guessed = null;
this.stepLastProposition = body.step; this.stepLastProposition = body.step;