summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 220b7ce..5dc7607 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -44,5 +44,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
.await;
log::info!("Closing bot... Goodbye!");
+ driver.quit().await?;
+
Ok(())
}