dc: fix compose, remove SESSION_COOKIE_DOMAIN

This commit is contained in:
Jens Langhammer
2020-05-16 20:39:38 +02:00
parent e68352b09c
commit 333ee3eed4
4 changed files with 2 additions and 8 deletions

View File

@ -1,5 +1,4 @@
"""passbook management command to bootstrap"""
from argparse import REMAINDER
from sys import exit as _exit
from time import sleep
@ -20,9 +19,6 @@ class Command(BaseCommand):
help = """Bootstrap passbook, ensure Database and Cache are
reachable, and directories are writeable"""
def add_arguments(self, parser):
parser.add_argument("command", nargs=REMAINDER)
def check_database(self) -> bool:
"""Return true if database is reachable, false otherwise"""
try: