set save location
This commit is contained in:
parent
772c9eb0b7
commit
c558819835
@ -18,7 +18,7 @@ pub struct Worker{
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn date()->String{
|
fn date()->String{
|
||||||
format!("{}",std::time::SystemTime::UNIX_EPOCH.elapsed().unwrap().as_nanos())
|
format!("/run/media/quat/Files/Documents/Strafe Client/debug_bots_v2/{}",std::time::SystemTime::UNIX_EPOCH.elapsed().unwrap().as_nanos())
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn new<'a>(scope:&'a std::thread::Scope<'a,'_>)->crate::worker::QNWorker<'a,Instruction>{
|
pub fn new<'a>(scope:&'a std::thread::Scope<'a,'_>)->crate::worker::QNWorker<'a,Instruction>{
|
||||||
|
Loading…
Reference in New Issue
Block a user