mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Fix bug
This commit is contained in:
parent
cc93778b67
commit
d481d1a5c6
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ function main() {
|
|||
ev.mount();
|
||||
}
|
||||
|
||||
if (!program.noDaemons) {
|
||||
if (program.daemons) {
|
||||
serverStats();
|
||||
notesStats();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue