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')