added python files and fixed logs, gitignore
This commit is contained in:
@@ -71,10 +71,6 @@ async fn handle_connection(mut socket: TcpStream, db: Db) -> std::io::Result<()>
|
||||
.cloned()
|
||||
.unwrap_or_else(|| "-1".to_string());
|
||||
|
||||
if response == "-1" {
|
||||
println!("[WAIT] Team requested {}, but no data yet.", target_id);
|
||||
}
|
||||
|
||||
socket.write_all(response.as_bytes()).await?;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user