Correct typo in egg config

This commit is contained in:
Jack Stupple 2022-02-22 19:27:06 +00:00
parent 14d2739c34
commit ef2be87e09

View file

@ -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"
},
@ -67,4 +67,4 @@
"rules": "numeric|min:0|max:35000"
}
]
}
}