log-panics & single thread download (twitch_data)

This commit is contained in:
OMGeeky
2023-04-04 22:31:14 +02:00
parent 1c1c95334d
commit 0132bd636d
2 changed files with 5 additions and 2 deletions

View File

@@ -58,6 +58,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
),
])
.unwrap();
log_panics::init();
println!("Hello, world!");
start_backup().await?;
// sample().await?;