Merge branch 'master' of github.com:oplS17projects/Hermes

* 'master' of github.com:oplS17projects/Hermes:
  minor configs for demo
This commit is contained in:
Ibrahim Mkusa 2017-04-24 14:08:38 -04:00
commit 3cfff385f1

View File

@ -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)