mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-06-29 07:08:53 +02:00
allow hops param
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user