change upload controller to support kbh 2.4.0 hop timer categories

This commit is contained in:
avollkopf 2022-08-14 13:39:08 +02:00
parent c7d01c33f6
commit 9c6ede13f1
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
__version__ = "4.0.7.a2"
__version__ = "4.0.7.a3"
__codename__ = "Spring Break"

View file

@ -193,7 +193,7 @@ class UploadController:
pass
# get the hop addition times
c.execute('SELECT Zeit FROM Hopfengaben WHERE Vorderwuerze = 0 AND SudID = ?', (Recipe_ID,))
c.execute('SELECT Zeit FROM Hopfengaben WHERE Vorderwuerze <> 1 AND Vorderwuerze <> 5 AND SudID = ?', (Recipe_ID,))
hops = c.fetchall()
# get the misc addition times