changed log string

This commit is contained in:
ALIHAN DIKEL
2023-12-15 15:29:38 +03:00
parent 303244df6c
commit 132fd53d9e

View File

@@ -149,7 +149,6 @@ def crawled_content_into_persistency(content, storage_type="db"):
if storage_type == "db":
#for c in tqdm(content.iterrows()):
for c in content.iterrows():
###########################
### Note to Dev: