Update discovery.py

This commit is contained in:
Believethehype
2024-11-18 10:47:25 +01:00
parent 39ded300fa
commit fb31d39d23

View File

@@ -890,7 +890,7 @@ def playground():
" animal",
" duck", " lion ", " lions ", " fox ", " foxes ", " koala ", " koalas ", "capybara", "squirrel",
" monkey", " panda", "alpaca", " otter"],
"avoid_list": ["porn", "smoke", "nsfw", "bitcoin", "bolt12", "bolt11", "github", "currency", "utxo",
"avoid_list": ["porn", "broth", "smoke", "nsfw", "bitcoin", "bolt12", "bolt11", "github", "currency", "utxo",
"encryption", "government", "airpod", "ipad", "iphone", "android", "warren",
"moderna", "pfizer", " meat ", "pc mouse", "shotgun", "vagina", "rune", "testicle", "victim",
"sexualize", "murder", "tax", "engagement", "hodlers", "hodl", "gdp", "global markets", "crypto",
@@ -909,7 +909,7 @@ def playground():
"must_list": ["http"],
"db_name": "db/nostr_recent_notes.db",
"db_since": 12 * 60 * 60, # 48h since gmt,
"db_since": 24 * 60 * 60, # 48h since gmt,
"personalized": False,
"logger": False}