From c0b7ce73dde85c507f84fac8280fb76f0746b009 Mon Sep 17 00:00:00 2001 From: Believethehype <1097224+believethehype@users.noreply.github.com> Date: Mon, 13 May 2024 08:42:49 +0200 Subject: [PATCH] Update discovery_bot_farms.py --- nostr_dvm/tasks/discovery_bot_farms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nostr_dvm/tasks/discovery_bot_farms.py b/nostr_dvm/tasks/discovery_bot_farms.py index 01e2221..7bd62bc 100644 --- a/nostr_dvm/tasks/discovery_bot_farms.py +++ b/nostr_dvm/tasks/discovery_bot_farms.py @@ -55,7 +55,7 @@ class DiscoveryBotFarms(DVMTaskInterface): request_form = {"jobID": event.id().to_hex()} # default values - search = "airdrop;@nostrich.house;just your average nostr enjoyer" + search = "airdrop;just your average nostr enjoyer" #;@nostrich.house; max_results = 500 for tag in event.tags():