mirror of
https://github.com/lemeow125/DocManagerBackend.git
synced 2025-01-19 01:23:02 +08:00
Fix description
This commit is contained in:
parent
6a8f81c954
commit
52d74de4fc
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||||
|
|
Loading…
Reference in a new issue