minor configs for demo
This commit is contained in:
parent
26c9029401
commit
fe0bfe15dc
@ -259,7 +259,7 @@
|
|||||||
|
|
||||||
(define (prompt-hostname)
|
(define (prompt-hostname)
|
||||||
(define returned (get-text-from-user "Hostname set-up" "Please enter a 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
|
#:validate
|
||||||
(lambda (input)
|
(lambda (input)
|
||||||
(if (and (string? input) (<= (string-length input) 50)
|
(if (and (string? input) (<= (string-length input) 50)
|
||||||
|
Loading…
Reference in New Issue
Block a user