Skip to content

Commit b4f3d3d

Browse files
committed
fix: search
1 parent 619b6fc commit b4f3d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub fn main(py: Python<'_>) -> PyResult<i64> {
2424
let level = args.log_level().unwrap_or(Level::INFO);
2525
logger.call_method1("setLevel", (level.to_string(),))?;
2626
std::process::exit(
27-
tokio::runtime::Builder::new_multi_thread()
27+
tokio::runtime::Builder::new_current_thread()
2828
.enable_all()
2929
.build()
3030
.unwrap()

0 commit comments

Comments
 (0)