We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c6cd0 commit 604c527Copy full SHA for 604c527
examples/redirect.py
@@ -59,7 +59,7 @@
59
query_forwarding=False,
60
forwarding_mode="all",
61
forwarding_type="permanent",
62
- tags=["test","me"],
+ tags=["test", "me"],
63
)
64
65
##########
@@ -68,10 +68,10 @@
68
69
# search; we can also use list() to get all redirects
70
reds = redirects.searchSource('example.com')
71
-print (reds['total'], len(reds['results']))
+print(reds['total'], len(reds['results']))
72
73
certs = certificates.search('example.com')
74
-print (certs['total'], len(certs['results']))
+print(certs['total'], len(certs['results']))
75
76
#################
77
# READ / UPDATE #
0 commit comments