Skip to content

Commit

Permalink
feat: added convertkit signature (#157)
Browse files Browse the repository at this point in the history
* feat: added convertkit signature

* chore: ran black on file
  • Loading branch information
VKotwicki authored Jul 19, 2023
1 parent 5cab872 commit cc1ac73
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions signatures/convertkit.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
from .templates.ip_found_but_string_in_body import ip_found_but_string_in_body

convertkit_pages_ipv4 = [
"3.13.222.255",
"3.13.246.91",
"3.130.60.26",
]

test = ip_found_but_string_in_body(
ips=convertkit_pages_ipv4,
domain_not_configured_message="The page you were looking for doesn",
service="Convert Pages",
)

0 comments on commit cc1ac73

Please sign in to comment.