Browse Source

Change fstring to string

pull/1349/head
Hironsan 3 years ago
parent
commit
97d676f5fa
1 changed files with 1 additions and 1 deletions
  1. 2
      backend/cli.py

2
backend/cli.py

@ -61,7 +61,7 @@ def command_run_webserver(args):
def command_run_task_queue(args):
print(f'Starting task queue.')
print('Starting task queue.')
app.worker_main(
argv=[
'--app=app',

Loading…
Cancel
Save