mirror of
https://github.com/OMGeeky/downloader.git
synced 2026-01-25 04:35:42 +01:00
some println's
This commit is contained in:
@@ -74,6 +74,7 @@ async fn get_watched_streamers(client: &BigqueryClient) -> Result<Vec<Streamers>
|
||||
}
|
||||
|
||||
pub async fn start_backup() -> Result<()> {
|
||||
println!("Starting backup");
|
||||
let config = downloader_config::load_config();
|
||||
let project_id = &config.bigquery_project_id;
|
||||
let service_account_path = &config.bigquery_service_account_path;
|
||||
|
||||
@@ -27,7 +27,7 @@ const DATASET_ID: &str = "backup_data";
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<(), Box<dyn Error>> {
|
||||
// println!("Hello, world!");
|
||||
println!("Hello, world!");
|
||||
start_backup().await?;
|
||||
// sample().await?;
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user