From 66b221e6d10686caac042962dc184d53db7f388a Mon Sep 17 00:00:00 2001 From: David Florness Date: Sun, 8 Mar 2020 15:00:40 -0600 Subject: [PATCH] Ask client to specify the bulletin host --- client.rkt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client.rkt b/client.rkt index 2d18c09..cb4d833 100644 --- a/client.rkt +++ b/client.rkt @@ -289,7 +289,9 @@ (define point (gen)) (define bulletin - (update-port (update-host json-requester "localhost") 1984)) + (update-port (update-host json-requester + (readline "Bulletin host: ")) + 1984)) (displayln "waiting for the election to open...") (wait-for-open-election bulletin) -- 2.38.4