This commit is contained in:
2024-06-13 12:11:48 +02:00
parent 6f71d7f25e
commit 9ddf2074ed
2 changed files with 1 additions and 56 deletions

View File

@@ -96,7 +96,7 @@ def finder(results,item,**modes):
else:
content.append(result2.text.strip())
if not result:
if CLEANDATE:
if CLEANDATE or SWAPDATE:
today = datetime.today().strftime('%Y-%M-%D')
content.append(today)
content.append("NOTFound")