lots of typing fixes
This commit is contained in:
parent
51f580a304
commit
3665c34961
43 changed files with 260 additions and 178 deletions
|
@ -58,7 +58,7 @@ class BlockExternalAutomation(BaseAutomation):
|
|||
continue
|
||||
activities.append(Activity(
|
||||
activity_type="block",
|
||||
text=(f"Proxy {p.url} for {p.origin.domain_name} detected blocked according to external source. "
|
||||
text=(f"Proxy {proxy.url} for {proxy.origin.domain_name} detected blocked according to external source. "
|
||||
"Rotation scheduled.")
|
||||
))
|
||||
proxy.deprecate(reason="external")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue