From 0401e6481e5a0567c0150d34346d3d96fdeb0fd4 Mon Sep 17 00:00:00 2001 From: Kamil Date: Sun, 24 Nov 2024 22:45:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/__init__.py b/app/__init__.py index f2008a2..451d360 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -151,7 +151,7 @@ def read_dev_build_file(file_path="/jellyplist/DEV_BUILD"): content = file.read().strip() return f"-{content}" else: - return None + return '' app.logger.info(f"initializing celery") celery = make_celery(app) socketio = SocketIO(app, message_queue=app.config['REDIS_URL'], async_mode='eventlet')