Browse Source

Merge branch 'develop' of https://github.com/doccano/doccano into develop

pull/1843/head
Hironsan 2 years ago
parent
commit
7d786e1189
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/cli.py

2
backend/cli.py

@ -66,7 +66,7 @@ def run_on_windows(args):
from config.wsgi import application
serve(application, port=args.port)
serve(application, port=args.port, threads=args.workers)
def command_db_init(args):

Loading…
Cancel
Save