aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2021-01-30 16:20:33 +0100
committerTeddy Wing2021-01-30 16:20:33 +0100
commit0619f27e422c61f8b0a1c025cc00c6ee6c1432e0 (patch)
tree01e81ab6bf89b7261efaa84744d8dab3e301b152
parent5a3a277aea076d2dc7a0053372c5352f2688a579 (diff)
downloadextreload-0619f27e422c61f8b0a1c025cc00c6ee6c1432e0.tar.bz2
main.lisp: Update temporary WebSocket URL
-rw-r--r--l/src/main.lisp2
1 files changed, 1 insertions, 1 deletions
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*)