diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 73bb2f0..24e9e4e 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -4,7 +4,6 @@ on: push: branches: - stable - - config permissions: contents: read diff --git a/src/api/config.rs b/src/api/config.rs index ad7849e..8a70a10 100644 --- a/src/api/config.rs +++ b/src/api/config.rs @@ -10,7 +10,7 @@ /// http{tls?'s':''}://{host}:{port} #[derive(Clone, Debug)] #[cfg_attr(feature = "js", napi_derive::napi(object))] -#[cfg_attr(feature = "python", pyo3::pyclass(get_all, set_all))] +#[cfg_attr(feature = "py", pyo3::pyclass(get_all, set_all))] #[cfg_attr(feature = "serialize", derive(serde::Serialize, serde::Deserialize))] pub struct Config { /// user identifier used to register, possibly your email