fix conflicts with #62

This commit is contained in:
lopelex 2022-10-03 16:28:42 +02:00
parent cb60b6d5c5
commit 2ebc659bcf

View file

@ -194,7 +194,7 @@ class UploadController:
# get the hop addition times # get the hop addition times
c.execute('SELECT Zeit FROM Hopfengaben WHERE Vorderwuerze <> 1 AND SudID = ?', (Recipe_ID,)) c.execute('SELECT Zeit, Name FROM Hopfengaben WHERE Vorderwuerze <> 1 AND SudID = ?', (Recipe_ID,))
hops = c.fetchall() hops = c.fetchall()
whirlpool = [] whirlpool = []
for hop in hops: for hop in hops: