fix telegram import

This commit is contained in:
j 2023-08-17 08:36:51 +02:00
parent 5c4cc4e7b2
commit 4c69a332af

View file

@ -8,6 +8,7 @@ from django.conf import settings
from django.utils import timezone
from ..signalbot import rpc
from ..telegrambot import rpc as telegram_rpc
from ..celery import app
from . import models