allow hops param

This commit is contained in:
Believethehype 2024-06-19 15:18:32 +02:00
parent a82e72dd22
commit 6e73e56959

View File

@ -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,