Tune editor
This commit is contained in:
@@ -40,7 +40,6 @@ def _get_tema_id_to_ngrams(con: Optional[Connection] = None) -> dict[int, model.
|
||||
query = """
|
||||
SELECT id, ngrams
|
||||
FROM temes
|
||||
WHERE hidden = 0
|
||||
"""
|
||||
with get_connection(con) as con:
|
||||
cur = con.cursor()
|
||||
|
||||
Reference in New Issue
Block a user