File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def send_structured_cloud_event(url: str):
6464if __name__ == "__main__" :
6565 # Run client.py via: 'python3 client.py http://localhost:3000/'
6666 if len (sys .argv ) < 2 :
67- sys .exit ("Usage: python with_requests .py <CloudEvents controller URL>" )
67+ sys .exit ("Usage: python client .py <CloudEvents controller URL>" )
6868
6969 url = sys .argv [1 ]
7070 send_binary_cloud_event (url )
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ def send_structured_cloud_event(url):
5555 # expects a url from command line.
5656 # e.g. python3 client.py http://localhost:3000/
5757 if len (sys .argv ) < 2 :
58- sys .exit ("Usage: python with_requests .py <CloudEvents controller URL>" )
58+ sys .exit ("Usage: python client .py <CloudEvents controller URL>" )
5959
6060 url = sys .argv [1 ]
6161 send_binary_cloud_event (url )
You can’t perform that action at this time.
0 commit comments