parent
b1b480da08
commit
d58a5d53ef
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue