remove reference to wrapper in config
This commit is contained in:
parent
600b270928
commit
dafe86fe22
1 changed files with 0 additions and 4 deletions
|
@ -41,10 +41,6 @@ if not os.path.exists('config'):
|
||||||
"mc_user": "INSERT MINECRAFT USERNAME HERE",
|
"mc_user": "INSERT MINECRAFT USERNAME HERE",
|
||||||
"mc_pass": "INSERT MINECRAFT PASSWORD HERE"
|
"mc_pass": "INSERT MINECRAFT PASSWORD HERE"
|
||||||
},
|
},
|
||||||
"wrapper":
|
|
||||||
{
|
|
||||||
"backend": "daemon"
|
|
||||||
},
|
|
||||||
"censored_strings":
|
"censored_strings":
|
||||||
[
|
[
|
||||||
"mypass",
|
"mypass",
|
||||||
|
|
Reference in a new issue