removed shit from config

Signed-off-by: Ebbe Baß <ebbe.bass>
main
Ebbe Baß 2024-02-14 22:06:29 +01:00
parent b1b480da08
commit d58a5d53ef
1 changed files with 0 additions and 3 deletions

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)