mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-04-01 00:18:04 +02:00
Update discovery_censor_wot.py
This commit is contained in:
parent
c25ba8cf0f
commit
e8c60f2fff
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user