From d59dd435863a1ffecd4724dc4c619d51d8f6019c Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 30 May 2023 18:50:37 +0200 Subject: [PATCH] added motivational comment --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 45d5701..050f2aa 100755 --- a/src/main.py +++ b/src/main.py @@ -29,8 +29,8 @@ def read_known() -> list: return known def daemon(): - while True: + # keep trying, i know you will make it one day try: r = requests.get(CONFIG['URL']) soup = BeautifulSoup(r.content, features='xml')