Update discovery_censor_wot.py

This commit is contained in:
Believethehype 2024-05-02 13:55:56 +02:00
parent c25ba8cf0f
commit e8c60f2fff

View File

@ -57,6 +57,8 @@ class DiscoverReports(DVMTaskInterface):
param = tag.as_vec()[1]
if param == "since_days": # check for param type
since_days = int(tag.as_vec()[2])
if param == "user": # check for param type
sender = tag.as_vec()[2]
options = {
"users": users,