diff options
author | FxQnLr <[email protected]> | 2023-11-02 19:44:29 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-11-02 19:44:29 +0100 |
commit | 5b7302cf9be4e0badd691203e160ca110613e34c (patch) | |
tree | 38c4b47ae97742560963e6b2b4cba3eb84bbaf8a /src/db.rs | |
parent | f8f0565c42db7c612ac12b9a58155051e795639a (diff) | |
download | webol-5b7302cf9be4e0badd691203e160ca110613e34c.tar webol-5b7302cf9be4e0badd691203e160ca110613e34c.tar.gz webol-5b7302cf9be4e0badd691203e160ca110613e34c.zip |
ping timeout and cleanup
Diffstat (limited to 'src/db.rs')
-rw-r--r-- | src/db.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ use tracing::{debug, info}; | |||
8 | #[cfg(not(debug_assertions))] | 8 | #[cfg(not(debug_assertions))] |
9 | use crate::config::SETTINGS; | 9 | use crate::config::SETTINGS; |
10 | 10 | ||
11 | #[derive(Serialize)] | 11 | #[derive(Serialize, Debug)] |
12 | pub struct Device { | 12 | pub struct Device { |
13 | pub id: String, | 13 | pub id: String, |
14 | pub mac: String, | 14 | pub mac: String, |