mirror of
https://git.alemi.dev/dashboard.git
synced 2024-11-14 19:59:18 +01:00
fix: ocd
This commit is contained in:
parent
a2e353d18f
commit
2e3f724d94
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ fn main() {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
info!(target: "worker", "Connected to '{}'", db_uri);
|
info!(target: "worker", "Connected to #{}: '{}'", i, db_uri);
|
||||||
|
|
||||||
jobs.push(
|
jobs.push(
|
||||||
tokio::spawn(
|
tokio::spawn(
|
||||||
|
|
Loading…
Reference in a new issue