diff --git a/nostr_dvm/tasks/people_discovery_wot.py b/nostr_dvm/tasks/people_discovery_wot.py index b0703f9..200aab9 100644 --- a/nostr_dvm/tasks/people_discovery_wot.py +++ b/nostr_dvm/tasks/people_discovery_wot.py @@ -95,6 +95,9 @@ class DiscoverPeopleWOT(DVMTaskInterface): elif param == "user": # check for param type user = tag.as_vec()[2] print(user) + elif param == "hops": # check for param type + hops = int(tag.as_vec()[2]) + print(hops) options = { "user": user,