Skip to content

Commit

Permalink
Updated to use the new certstream.listen_for_events syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nexxai committed Oct 17, 2020
1 parent 52dada9 commit 928921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Substr3am.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def parser_error(errmsg):

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

def interactive():
args = parse_args()
Expand Down

0 comments on commit 928921b

Please sign in to comment.