fix typo in service type
Some checks failed
Run Check Script / check (pull_request) Failing after 34s
Some checks failed
Run Check Script / check (pull_request) Failing after 34s
This commit is contained in:
parent
0876f4e4f0
commit
78b80c2169
@ -17,7 +17,7 @@ enum Profiles {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// The service type we are looking for.
|
// The service type we are looking for.
|
||||||
const SERVICE_TYPE: &str = "_harmory._tcp.local.";
|
const SERVICE_TYPE: &str = "_harmony._tcp.local.";
|
||||||
|
|
||||||
#[tokio::main]
|
#[tokio::main]
|
||||||
async fn main() {
|
async fn main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user