Skip to content

Commit

Permalink
fix: logging partially broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Sequal32 committed Mar 29, 2023
1 parent 950b8a2 commit b90c0bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/yourcontrols/src/main.rs
Expand Up @@ -571,7 +571,7 @@ fn main() {
is_init: false,
};

write_update_data(&mut definitions, client, &permission, is_dev_build);
write_update_data(&mut definitions, client, &permission, true);

update_rate_instant = Instant::now();
}
Expand Down

0 comments on commit b90c0bd

Please sign in to comment.