Implement running list on a network
This commit is contained in:
@@ -118,3 +118,10 @@ def run_auto(net):
|
||||
payload = {}
|
||||
deleted = threshold_request(url, payload, method="POST")
|
||||
return deleted
|
||||
|
||||
|
||||
def run_list(net):
|
||||
url = f"irc/list/{net}"
|
||||
payload = {}
|
||||
ran = threshold_request(url, payload, method="POST")
|
||||
return ran
|
||||
|
||||
Reference in New Issue
Block a user