Skip to content

Commit 928921b

Browse files
committed
Updated to use the new certstream.listen_for_events syntax
1 parent 52dada9 commit 928921b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Substr3am.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def parser_error(errmsg):
162162

163163
def main():
164164
# Actually connect to the certstream firehose, and listen for events
165-
certstream.listen_for_events(print_callback)
165+
certstream.listen_for_events(print_callback, url='wss://certstream.calidog.io/')
166166

167167
def interactive():
168168
args = parse_args()

0 commit comments

Comments
 (0)