Skip to content

Commit 519e41f

Browse files
committed
feat: add some Forbidden Words
1 parent 4eeabee commit 519e41f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/freelance/mostql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
projects = soup.find_all("tr", class_="project-row")
3333
if projects:
3434
# Forbidden Words:
35-
forbiddenWords = ["n8n", "bim", "ووردبريس", "wordpress", "unity"]
35+
forbiddenWords = ["n8n", "bim", "ووردبريس", "wordpress", "unity", "سلة", "سله"]
3636
# Projects Filtered:
3737
projectsFiltered = []
3838
# Start Filteration:

0 commit comments

Comments
 (0)