bump python version

This commit is contained in:
mihalin 2022-06-25 01:04:38 +03:00
parent 8262854acb
commit bfcf8ca414
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
FROM python:3.8-buster FROM python:3.10-buster
ENV PYTHONUNBUFFERED=1 \ ENV PYTHONUNBUFFERED=1 \
POETRY_VERSION=1.1.2 \ POETRY_VERSION=1.1.12 \
POETRY_VIRTUALENVS_CREATE="false" POETRY_VIRTUALENVS_CREATE="false"
RUN apt-get update && \ RUN apt-get update && \

View File

@ -11,7 +11,7 @@ from olgram.settings import OlgramSettings
from locales.locale import _ from locales.locale import _
@dp.message_handler(commands=["notify-owner"], state="*") @dp.message_handler(commands=["notifyowner"], state="*")
async def notify(message: types.Message, state: FSMContext): async def notify(message: types.Message, state: FSMContext):
""" """
Команда /notify-owner Команда /notify-owner