block: fetch and parse are public methods
This commit is contained in:
parent
360c786610
commit
894b26c5f8
2 changed files with 3 additions and 5 deletions
|
@ -50,8 +50,8 @@ class BlockMirrorAutomation(BaseAutomation):
|
|||
"\n".join([f"* {proxy_domain} ({origin_domain})" for proxy_domain, origin_domain in rotated]))
|
||||
)
|
||||
db.session.add(activity)
|
||||
db.session.commit()
|
||||
activity.notify()
|
||||
db.session.commit()
|
||||
return True, ""
|
||||
|
||||
@abstractmethod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue