added motivational comment

This commit is contained in:
Christoph J. Scherr 2023-05-30 18:50:37 +02:00
parent bebb238655
commit d59dd43586
Signed by: PlexSheep
GPG Key ID: 25B4ACF7D88186CC
1 changed files with 1 additions and 1 deletions

View File

@ -29,8 +29,8 @@ def read_known() -> list:
return known return known
def daemon(): def daemon():
while True: while True:
# keep trying, i know you will make it one day
try: try:
r = requests.get(CONFIG['URL']) r = requests.get(CONFIG['URL'])
soup = BeautifulSoup(r.content, features='xml') soup = BeautifulSoup(r.content, features='xml')