From a68e034337d53ecdb3907494a6c266fba2263308 Mon Sep 17 00:00:00 2001 From: CelestialCrafter Date: Tue, 23 Jan 2024 14:07:10 -0600 Subject: [PATCH] rename captureoutput to capture_output --- src/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.py b/src/config.py index ee9b641..d912e81 100644 --- a/src/config.py +++ b/src/config.py @@ -3,6 +3,6 @@ bind = '0.0.0.0:80' workers = 2 loglevel = 'info' -captureoutput = True +capture_output = True on_starting = lambda server: app.start_price_cache()