From 3afe3cd1a6f0803ade57fd8c9bdab7fcf6188eed Mon Sep 17 00:00:00 2001 From: Tomas Date: Fri, 9 Jan 2026 03:26:27 +0100 Subject: [PATCH] Fix daemon url --- daemon.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon.rb b/daemon.rb index eb6c420..fab9026 100755 --- a/daemon.rb +++ b/daemon.rb @@ -7,7 +7,7 @@ require 'json' current = `git rev-parse HEAD`.strip latest = current -api_url = URI.parse 'https://lesbian.ddns.net/api/v1/repos/tomas/freestuff/commits?limit=1' +api_url = URI.parse 'https://lesbian.ddns.net/api/v1/repos/tomas/webdl/commits?limit=1' puts '[Daemon] '.red + 'Running WebDL daemon' while true do