Skip to content

Commit

Permalink
Fix double runtime initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
lpenz committed Mar 30, 2024
1 parent 3a8ded6 commit 8ac4b99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/ogle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use std::error::Error;

#[tokio::main]
async fn main() -> Result<(), Box<dyn Error>> {
fn main() -> Result<(), Box<dyn Error>> {
ogle::main()
}

0 comments on commit 8ac4b99

Please sign in to comment.