Skip to content

Commit

Permalink
fix: temp ignore caribbean and latin america
Browse files Browse the repository at this point in the history
  • Loading branch information
wenhwang97 committed Apr 22, 2024
1 parent 8a18f73 commit c900f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classifier/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def classify():
db_url = os.getenv("NOCO_DB_URL")
headers = {"xc-token": os.getenv("NOCO_XC_TOKEN")}
params = {
"where": "(status,eq,unverified)~and(isEnglish,eq,true)",
"where": "(status,eq,unverified)~and(isEnglish,eq,true)~and(region,neq,Latin America and the Caribbean)",
"limit": 5,
}

Expand Down

0 comments on commit c900f69

Please sign in to comment.