This commit is contained in:
Irving Ou 2024-02-07 12:53:10 -05:00 committed by irving ou
parent 7d09e02ec7
commit 4e5a342d93
1 changed files with 1 additions and 1 deletions

View File

@ -85,8 +85,8 @@ fn main() -> std::io::Result<()> {
#[cfg(target_os = "windows")]
fn main() -> std::io::Result<()> {
use polling::Event;
use std::{io::Write, time::Duration};
use std::io;
use std::{io::Write, time::Duration};
std::thread::spawn(|| {
let listener = std::net::TcpListener::bind("0.0.0.0:8080").unwrap();