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