block: change roskomsvoboda automation frequency to 90
This commit is contained in:
parent
5dfc3931a8
commit
f6d7f406a0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ from app.terraform import BaseAutomation
|
|||
class BlockRoskomsvobodaAutomation(BaseAutomation):
|
||||
short_name = "block_roskomsvoboda"
|
||||
description = "Import Russian blocklist from RosKomSvoboda"
|
||||
frequency = 120
|
||||
frequency = 90
|
||||
|
||||
def automate(self, full: bool = False) -> Tuple[bool, str]:
|
||||
proxies: List[Proxy] = Proxy.query.filter(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue