aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/mod.rs b/src/client/mod.rs
index a0e6ffb..765dc8d 100644
--- a/src/client/mod.rs
+++ b/src/client/mod.rs
@@ -54,7 +54,7 @@ use ::model::event::*;
#[cfg(feature="framework")]
use ::framework::Framework;
-static HANDLE_STILL: AtomicBool = ATOMIC_BOOL_INIT;
+pub static HANDLE_STILL: AtomicBool = ATOMIC_BOOL_INIT;
/// The Client is the way to be able to start sending authenticated requests
/// over the REST API, as well as initializing a WebSocket connection through