From a50b2c2cf09139c99e98dfb8c8b35f4c9cc51fec Mon Sep 17 00:00:00 2001 From: yuriy Date: Fri, 17 Feb 2023 01:23:36 -0500 Subject: [PATCH] Fixed DailyMotion description checking and Locals.com URL grabbing not working --- Freedomain Social Media Poster.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index 57b8126..2d28868 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -340,7 +340,7 @@ if(TestingMode){ ; Easy testing for Yuriy ; check for updates if the setting is enabled if(AutoUpdateCheck AND !SkipUpdateCheckThisRun){ - CheckForUpdates() + CheckForUpdates(GitReleasesAPIURL) }