mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-12-22 13:34:55 +01:00
Bug Fix for kbh upload
This commit is contained in:
parent
2aa5feceb4
commit
fcb2400240
1 changed files with 2 additions and 0 deletions
|
@ -302,6 +302,8 @@ class UploadController:
|
|||
if conn:
|
||||
conn.close()
|
||||
|
||||
return alerts
|
||||
|
||||
async def xml_recipe_creation(self, Recipe_ID):
|
||||
self.kettle = None
|
||||
|
||||
|
|
Loading…
Reference in a new issue