forked from Github-Mirrors/canaille
Remove remaining time.sleep while launching the demo
This commit is contained in:
parent
4a1b815dab
commit
4f0381e9e8
1 changed files with 0 additions and 3 deletions
|
@ -17,9 +17,6 @@ def create_app():
|
|||
from canaille.core.models import Group
|
||||
from canaille.core.models import User
|
||||
from canaille.oidc.models import Client
|
||||
import time
|
||||
|
||||
time.sleep(5)
|
||||
|
||||
setup_backend(app)
|
||||
jane = User(
|
||||
|
|
Loading…
Reference in a new issue