Skip to content

Commit

Permalink
chore(crate): update [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed May 29, 2024
1 parent 2afc5c9 commit 72be11e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ num_cpus = "1.16.0"
spider = { version = "1.95.21", features = ["budget", "cron", "regex", "cookies", "socks", "chrome", "control", "smart", "chrome_intercept", "cache", "serde", "openai" ] }
pyo3 = { version = "0.20.3", features = ["extension-module", "serde"] }
pyo3-asyncio = { version = "0.20", features = ["attributes", "tokio-runtime"] }
serde_json = "1.0.114"
serde_json = "1"

[target.x86_64-unknown-linux-gnu.dependencies]
openssl-sys = { version = "0.9.96", features = ["vendored"] }
Expand Down
2 changes: 1 addition & 1 deletion src/website.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Website {

// prevent the last background run
if slf.running_in_background {
let domain_name = slf.inner.get_domain().inner().clone();
let domain_name = slf.inner.get_url().inner().clone();

let _ = pyo3_asyncio::tokio::future_into_py(slf.py(), async move {
shutdown(&domain_name).await;
Expand Down

0 comments on commit 72be11e

Please sign in to comment.