From 82cee02ece7fea84c8af1a833e6ab78cd2fef200 Mon Sep 17 00:00:00 2001 From: Emonts <64263524+Branly76@users.noreply.github.com> Date: Fri, 4 Apr 2025 22:54:38 +0200 Subject: [PATCH] Update ff_news.py --- Miscellaneous/ff_news.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Miscellaneous/ff_news.py b/Miscellaneous/ff_news.py index f66ce3f..b891d41 100644 --- a/Miscellaneous/ff_news.py +++ b/Miscellaneous/ff_news.py @@ -9,7 +9,7 @@ class Check_News(): def __init__(self, - url: str = 'http://cdn-nfs.faireconomy.media/ff_calendar_thisweek.xml', + url: str = 'https://nfs.faireconomy.media/ff_calendar_thisweek.xml', update_in_minutes: int = 240, minutes_before_news: int = 480, minutes_after_news: int = 60,