Fixed switch channel handling

This commit is contained in:
2023-01-19 18:25:38 +01:00
parent 1b5f87f869
commit b11ce18ac9
83 changed files with 157 additions and 152 deletions

View File

@@ -14,5 +14,6 @@ RUN apk add nano
RUN pip install -r requirements.txt --extra-index-url https://pip.sh-edraft.de
RUN pip install flask[async]
RUN pip install dnspython==2.2.1 # https://stackoverflow.com/questions/75137717/eventlet-dns-python-attribute-error-module-dns-rdtypes-has-no-attribute-any
CMD [ "bash", "/app/bot/bot"]