From 97d676f5fa957722beb649529312c3af99fbe050 Mon Sep 17 00:00:00 2001 From: Hironsan Date: Fri, 7 May 2021 14:45:44 +0900 Subject: [PATCH] Change fstring to string --- backend/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/cli.py b/backend/cli.py index 7c75db62..2e51d7da 100644 --- a/backend/cli.py +++ b/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',