Fixed intent in the dev server
This commit is contained in:
@@ -1058,7 +1058,6 @@ async function doSearch() {
|
|||||||
fetch('/dev/last-scores?t=' + Date.now())
|
fetch('/dev/last-scores?t=' + Date.now())
|
||||||
.then(r => r.json())
|
.then(r => r.json())
|
||||||
.then(meta => {
|
.then(meta => {
|
||||||
console.log('LAST SCORES:', meta);
|
|
||||||
|
|
||||||
const intentEl = document.getElementById('intent');
|
const intentEl = document.getElementById('intent');
|
||||||
if (intentEl) {
|
if (intentEl) {
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ flask
|
|||||||
flask-babel
|
flask-babel
|
||||||
certifi
|
certifi
|
||||||
python-dotenv
|
python-dotenv
|
||||||
|
valkey
|
||||||
Reference in New Issue
Block a user