Procházet zdrojové kódy

Remove "Steps started on xml imported" bug

pull/194/head
swimIan Johannes před 7 roky
rodič
revize
efc85d65f7
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      modules/recipe_import/beerxml.py

+ 1
- 0
modules/recipe_import/beerxml.py Zobrazit soubor

@@ -90,6 +90,7 @@ class BeerXMLImport(FlaskView):
})
## Add Whirlpool step
Step.insert(**{"name": "Whirlpool", "type": "ChilStep", "config": {"timer": 15}})
StepView().reset()
self.api.emit("UPDATE_ALL_STEPS", Step.get_all())
self.api.notify(headline="Recipe %s loaded successfully" % name, message="")
except Exception as e:


Načítá se…
Zrušit
Uložit