Merge pull request #71 from lopelex/hop_text

add hop name to BoilStep and UploadController
This commit is contained in:
Alexander Vollkopf 2022-10-22 12:28:07 +02:00 committed by GitHub
commit f13c8de190
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ class UploadController:
# 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()
whirlpool = []
for hop in hops: