Daoud Clarke 4 лет назад
Родитель
Сommit
0c5bc061ae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -27,7 +27,7 @@ def complete_term(term):
     query = f"""
         SELECT term
         FROM terms
-        WHERE term > ?
+        WHERE term >= ?
         ORDER BY term
         LIMIT 1
     """