1
1
mirror of https://github.com/neosubhamoy/pytubepp-helper.git synced 2026-02-04 11:22:22 +05:30

(ci/cd): ci test8

This commit is contained in:
2024-11-06 21:01:20 +05:30
Unverified
parent 2e464674cb
commit 7d0b21109c
8 changed files with 74 additions and 8 deletions

View File

@@ -148,6 +148,7 @@ fn download_stream(url: String, stream: String) {
#[tokio::main]
async fn main() {
let _ = fix_path_env::fix();
let websocket_state = Arc::new(Mutex::new(WebSocketState {
sender: None,
response_channel: ResponseChannel { sender: None },