removed shit from config
Signed-off-by: Ebbe Baß <ebbe.bass>
This commit is contained in:
@@ -24,9 +24,6 @@ except FileNotFoundError:
|
|||||||
"password": "pixel",
|
"password": "pixel",
|
||||||
"database": "pixeltube_db"
|
"database": "pixeltube_db"
|
||||||
},
|
},
|
||||||
"artnet": {
|
|
||||||
"universe_count": 1
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
with open('config.json', 'w') as config_file:
|
with open('config.json', 'w') as config_file:
|
||||||
json.dump(config, config_file, indent=4)
|
json.dump(config, config_file, indent=4)
|
||||||
|
|||||||
Reference in New Issue
Block a user