added motivational comment
This commit is contained in:
parent
bebb238655
commit
d59dd43586
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue