From d58a5d53ef1b7ca3943a6c5cf8bb41e9b24d4139 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 14 Feb 2024 22:06:29 +0100 Subject: [PATCH] removed shit from config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/app.py b/server/app.py index bcadd37..3b884ee 100644 --- a/server/app.py +++ b/server/app.py @@ -24,9 +24,6 @@ except FileNotFoundError: "password": "pixel", "database": "pixeltube_db" }, - "artnet": { - "universe_count": 1 - } } with open('config.json', 'w') as config_file: json.dump(config, config_file, indent=4)