custom-components / custom_updater

[DEPRECATED]📦 A component which allows you to track and update custom cards/components and python_scripts
MIT License
166 stars 66 forks source link

Cannot update python scripts #128

Closed roblandry closed 5 years ago

roblandry commented 5 years ago

Line 121 should be awaited.

/config/custom_components/custom_updater.py:121: RuntimeWarning: coroutine 'CustomPythonScripts.update_all' was never awaited
  python_scripts_controller.update_all()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
ludeeus commented 5 years ago

Fixed in https://github.com/custom-components/custom_updater/releases/tag/4.2.19