mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Update webapp.py
This commit is contained in:
parent
3d16a23848
commit
f29f911b19
1 changed files with 1 additions and 1 deletions
|
@ -1003,7 +1003,7 @@ async function b64EncodeUnicode(t)
|
|||
{
|
||||
t = await encryptDataWithPublicKey(t,await pub)
|
||||
t = await arrayBufferToString(t)
|
||||
return t
|
||||
return Promise.resolve(t);
|
||||
}
|
||||
var word_last="";
|
||||
var lock_chat=1;
|
||||
|
|
Loading…
Add table
Reference in a new issue