mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
docs: update generated docs
This commit is contained in:
@@ -56,7 +56,7 @@ fn run() -> Result<()> {
|
||||
runtime.block_on(async move {
|
||||
let server = Server::new(&query, outputs_dir, Website::Disabled);
|
||||
|
||||
let handle = tokio::spawn(async move { server.serve().await });
|
||||
let handle = tokio::spawn(async move { server.serve(None).await });
|
||||
|
||||
// Await the handle to catch both panics and errors
|
||||
match handle.await {
|
||||
|
||||
Reference in New Issue
Block a user