block: extend BlockMirror not Base for RKS
This commit is contained in:
parent
bc1c8e61f6
commit
5a00d59398
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@ from typing import Any
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
|
|
||||||
from app.terraform import BaseAutomation
|
from app.terraform.block_mirror import BlockMirrorAutomation
|
||||||
|
|
||||||
|
|
||||||
class BlockRoskomsvobodaAutomation(BaseAutomation):
|
class BlockRoskomsvobodaAutomation(BlockMirrorAutomation):
|
||||||
"""
|
"""
|
||||||
Automation task to import Russian blocklist from RosKomSvoboda.
|
Automation task to import Russian blocklist from RosKomSvoboda.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue