mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +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:
|
if conn:
|
||||||
conn.close()
|
conn.close()
|
||||||
|
|
||||||
|
return alerts
|
||||||
|
|
||||||
async def xml_recipe_creation(self, Recipe_ID):
|
async def xml_recipe_creation(self, Recipe_ID):
|
||||||
self.kettle = None
|
self.kettle = None
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue