Skip to content

Commit 5261a39

Browse files
committed
fix: restore code
1 parent 1bb1eaf commit 5261a39

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/main.rs

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ use std::time::Duration;
44
use enigo::*;
55

66
fn main() {
7-
thread::sleep(Duration::from_secs(2));
8-
click('[');
7+
thread::sleep(Duration::from_secs(3));
8+
get_free_time();
9+
handle_materials_instance();
10+
loop_first();
11+
loop_second();
912
}
1013

1114
fn handle_materials_instance() {

0 commit comments

Comments
 (0)