mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-03-26 17:41:43 +01:00
allow hops param
This commit is contained in:
parent
a82e72dd22
commit
6e73e56959
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user