Use print function
This commit is contained in:
parent
3c91315426
commit
30ea4508c3
2 changed files with 9 additions and 9 deletions
|
|
@ -123,7 +123,7 @@ if __name__ == '__main__':
|
|||
url = sys.argv[1]
|
||||
socket = websocket.create_connection(url)
|
||||
|
||||
print "connected\r"
|
||||
print("connected\r")
|
||||
|
||||
with SocketClient(socket, interactive=True) as client:
|
||||
client.run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue