Correct typo in egg config
This commit is contained in:
parent
14d2739c34
commit
ef2be87e09
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
"startup": "python3 minecraft_exporter.py",
|
||||
"config": {
|
||||
"files": "{}",
|
||||
"startup": "{\r\n \"done\": \"Startup complete\"\r\n}",
|
||||
"startup": "{\r\n \"done\": \"Exporter started on Port\"\r\n}",
|
||||
"logs": "{}",
|
||||
"stop": "^C"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue