We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eeabee commit 519e41fCopy full SHA for 519e41f
1 file changed
scripts/freelance/mostql.py
@@ -32,7 +32,7 @@
32
projects = soup.find_all("tr", class_="project-row")
33
if projects:
34
# Forbidden Words:
35
- forbiddenWords = ["n8n", "bim", "ووردبريس", "wordpress", "unity"]
+ forbiddenWords = ["n8n", "bim", "ووردبريس", "wordpress", "unity", "سلة", "سله"]
36
# Projects Filtered:
37
projectsFiltered = []
38
# Start Filteration:
0 commit comments