Skip to content

Commit fd874eb

Browse files
committed
update
1 parent f64c0f1 commit fd874eb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/real_madrid/as.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def getUrlData(url):
120120
for url in urls:
121121
print(url)
122122
if url_exists(collection=realMadridArticlesCollection, url=url):
123-
print("☑️ Url in database - Skipping")
123+
print("☑️ Url in database - Skipping")
124124
continue
125125
print("\n⌛ Url not in database - Working")
126126
data = getUrlData(url)

scripts/real_madrid/marca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def getUrlData(url):
134134

135135
for url in urls:
136136
if url_exists(collection=realMadridArticlesCollection, url=url):
137-
print("☑️ Url in database - Continue")
137+
print("☑️ Url in database - Continue")
138138
continue
139139
print("\n⌛ Url not in database - Working")
140140
data = getUrlData(url)

scripts/real_madrid/official_news.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def getArticleData(url):
119119
for url in urls:
120120
if url_exists(collection=realMadridArticlesCollection, url=url):
121121
print(f"\n🔗 Url: {url}")
122-
print("☑️ Url in database - Skipping")
122+
print("☑️ Url in database - Skipping")
123123
continue
124124

125125
print("\n⌛ Url not in database - Working")

0 commit comments

Comments
 (0)