1786005105

This commit is contained in:
2026-08-06 10:31:45 +02:00
parent ed6728ee39
commit 9fd4816cfb

View File

@@ -57,7 +57,7 @@ impl Trekstor {
Duration::from_millis(33)
};
dbg!(wait_time);
dbg!(dt, self.update_timestep);
sleep(wait_time);
}
}