removed shit from config

Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
Ebbe Baß
2024-02-14 22:06:29 +01:00
parent b1b480da08
commit d58a5d53ef
-3
View File
@@ -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)