Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
thueske authored Dec 13, 2024
1 parent b2b9606 commit 5ce4894
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ async fn main() {
}
}

// Funktion zum Aktualisieren der Dateien mit den neuen IPs
use std::collections::BTreeMap;
use std::fs::{OpenOptions};
use std::io::{BufReader, BufRead, Write};
use std::path::Path;

/// Funktion zum Aktualisieren der Dateien mit den neuen IPs
fn update_file_with_ips(file_path: &Path, ip_map: &BTreeMap<String, String>) {
// Datei öffnen für Lesen und Schreiben
Expand Down

0 comments on commit 5ce4894

Please sign in to comment.