windows compiles with correct address

This commit is contained in:
Nickiel12 2021-12-29 21:21:08 -08:00
parent 3a75b52f56
commit 0d886dbd10

View file

@ -11,7 +11,10 @@ mod tests;
mod modules; mod modules;
#[cfg(target_os = "windows")]
const SERVER_ADDRESS: &str = "10.0.0.209:5000";
#[cfg(target_os = "linux")]
const SERVER_ADDRESS: &str = "10.0.0.168:5000"; const SERVER_ADDRESS: &str = "10.0.0.168:5000";
fn main() { fn main() {