From 0619f27e422c61f8b0a1c025cc00c6ee6c1432e0 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 30 Jan 2021 16:20:33 +0100 Subject: main.lisp: Update temporary WebSocket URL --- l/src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l/src') diff --git a/l/src/main.lisp b/l/src/main.lisp index 31afe73..1113373 100644 --- a/l/src/main.lisp +++ b/l/src/main.lisp @@ -1,6 +1,6 @@ (in-package :extreload) -(defvar *client* (wsd:make-client "ws://127.0.0.1:55755/devtools/browser/93f390a0-8ba9-4469-8e2d-69c9feb171bc")) +(defvar *client* (wsd:make-client "ws://127.0.0.1:55755/devtools/browser/ec1d4b1c-ced0-47ab-a32e-6fdd5b51e1ba")) (defun main () (wsd:start-connection *client*) -- cgit v1.2.3