Fix description

This commit is contained in:
Keannu Bernasol 2024-11-27 00:35:59 +08:00
parent 6a8f81c954
commit 52d74de4fc

View file

@ -110,7 +110,7 @@ class PDFWatcher:
class Command(BaseCommand): class Command(BaseCommand):
help = "Pushes data from local database into an existing DNS server" help = "Runs a dedicated file watcher service"
def handle(self, *args, **options): def handle(self, *args, **options):
watcher = PDFWatcher() watcher = PDFWatcher()