Skip to content
This repository was archived by the owner on Oct 1, 2023. It is now read-only.

Commit a9cb92a

Browse files
committed
1.0.11
1 parent 7fa0acd commit a9cb92a

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anti-ripper"
3-
version = "1.0.10"
3+
version = "1.0.11"
44
edition = "2021"
55
build = "src/build.rs"
66

src/main.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use std::cell::Cell;
33
use std::collections::HashMap;
44
use std::fs::File;
55
use std::io::{BufRead, BufReader, Read, Seek, SeekFrom};
6-
use std::path::Path;
76
use std::process::{Command, exit};
87
use std::rc::Rc;
98
use std::sync::{Arc, Mutex};
@@ -725,10 +724,6 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
725724
let mut path: String = String::new();
726725
let mut waiting_count = 0;
727726

728-
fn check_last() {
729-
730-
}
731-
732727
while path.is_empty() {
733728
thread::sleep(Duration::from_secs(1));
734729
// 5분동안 로그 읽기

0 commit comments

Comments
 (0)