This commit is contained in:
Egor Matveev
2022-03-13 23:21:43 +03:00
parent 59cb3792f8
commit cb8efd8f0b
5 changed files with 4 additions and 5 deletions

View File

@@ -1 +0,0 @@
from .management.commands.bot import bot

View File

@@ -1,7 +1,7 @@
from django.contrib.auth.models import User
from django.core.management import BaseCommand
from daemons.management import bot
from daemons.management.commands.bot import bot
class Command(BaseCommand):