delfick / photons

Python3.6+ asyncio framework for interacting with LIFX devices
https://photons.delfick.com
MIT License
73 stars 6 forks source link

Interactor container image is broken because task name changed #49

Closed Djelibeybi closed 3 years ago

Djelibeybi commented 3 years ago

The shift to fancy new graceful tasks resulted in (what I'm assuming was) an inadvertant rename of the interactor task to interact, which means any existing script (including the Harpoon-powered Dockerfile) no longer works.

The task should be renamed back to interactor.

delfick commented 3 years ago

That was a little embarrassing.

0.8.4 is released and docker container is building