From 3d16a238488dd5f949f372de9140bf7ed69b545b Mon Sep 17 00:00:00 2001 From: Joseph Cheung Date: Fri, 24 Feb 2023 19:50:09 +0800 Subject: [PATCH] Update webapp.py --- searx/webapp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/searx/webapp.py b/searx/webapp.py index 1b678052c..eb484575f 100755 --- a/searx/webapp.py +++ b/searx/webapp.py @@ -1003,6 +1003,7 @@ async function b64EncodeUnicode(t) { t = await encryptDataWithPublicKey(t,await pub) t = await arrayBufferToString(t) + return t } var word_last=""; var lock_chat=1;