mirror of
https://git.nickiel.net/Nickiel/nicks_nextcloud_integrations.git
synced 2025-04-03 01:41:30 -07:00
removed weird replace
This commit is contained in:
parent
bb30d02013
commit
f40a9264c3
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
};
|
||||
|
||||
if !output.contains("sensor") {
|
||||
drive_temps.push(output.replace('\n', "?"));
|
||||
drive_temps.push(output.replace('\n', ""));
|
||||
} else {
|
||||
drive_temps.push(output[0..9].to_string() + " No Sensor");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue