Skip to content

Commit

Permalink
queries fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdolfi committed Jan 12, 2024
1 parent f56b0e2 commit eb2f253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8Knot/pages/index/index_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@


# list of queries to be run
QUERIES = [iq, cq, cnq, prq, cmq, iaq, praq, prr, cpfq, rfq, prfq, rlq, pvq, rrq, osq, riq]
QUERIES = [iq, cq, cnq, prq, aq, iaq, praq, prr, cpfq, rfq, prfq, rlq, pvq, rrq, osq, riq]


# check if login has been enabled in config
Expand Down

0 comments on commit eb2f253

Please sign in to comment.