fixed some messages not sending

This commit is contained in:
jude
2020-10-04 16:17:13 +01:00
parent 836b77d14e
commit db9b0ef2b1
2 changed files with 4 additions and 5 deletions

View File

@ -102,6 +102,7 @@ impl TimeParser {
}
}
pub fn string_displacement()
fn process_explicit(&self) -> Result<i64, InvalidTime> {
let segments = self.time_string.matches('-').count();