From 78f67a8d255962b4824abee7e559cb2dd17825a3 Mon Sep 17 00:00:00 2001 From: bvanroll Date: Mon, 7 Jul 2025 23:41:43 +0200 Subject: [PATCH] new entries --- homegrown/email/src/main.rs | 4 ++-- static/yters.json | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/homegrown/email/src/main.rs b/homegrown/email/src/main.rs index 849f1ef..0401b8a 100644 --- a/homegrown/email/src/main.rs +++ b/homegrown/email/src/main.rs @@ -3,11 +3,11 @@ use std::collections::HashMap; #[tokio::main] async fn main() -> Result<(), Box> { //getting the list of channels with id's first - let resp = reqwest::get("https://raw.githubusercontent.com/bvanroll/home/static/yters.json") + //https://raw.githubusercontent.com/bvanroll/home/refs/heads/master/static/yters.json + let resp = reqwest::get("https://raw.githubusercontent.com/bvanroll/home/refs/heads/master/static/yters.json") .await? .json::>() .await?; println!("{resp:#?}"); Ok(()) - } diff --git a/static/yters.json b/static/yters.json index 0967ef4..1e005dc 100644 --- a/static/yters.json +++ b/static/yters.json @@ -1 +1,4 @@ -{} +{ + "squibquib":"UC-9-sjOyxoDCdQlVzObzGsw", + "sinixdesign":"UCUQTqWAaSzhAKRanOpes1nA" +}