From fe0bfe15dc12bf1c6c19dffaaa2363b9cf385466 Mon Sep 17 00:00:00 2001 From: Ibrahim Mkusa Date: Mon, 24 Apr 2017 11:07:36 -0400 Subject: minor configs for demo --- Hermes/GUI.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hermes/GUI.rkt b/Hermes/GUI.rkt index 7a0b868..ffee906 100644 --- a/Hermes/GUI.rkt +++ b/Hermes/GUI.rkt @@ -259,7 +259,7 @@ (define (prompt-hostname) (define returned (get-text-from-user "Hostname set-up" "Please enter a hostname" - main-frame "localhost" (list 'disallow-invalid) + main-frame "67.186.191.81" (list 'disallow-invalid) #:validate (lambda (input) (if (and (string? input) (<= (string-length input) 50) -- cgit v1.2.3