aboutsummaryrefslogtreecommitdiff
path: root/main.F90
diff options
context:
space:
mode:
Diffstat (limited to 'main.F90')
-rw-r--r--main.F907
1 files changed, 6 insertions, 1 deletions
diff --git a/main.F90 b/main.F90
index b05c9c5..9d8e7a4 100644
--- a/main.F90
+++ b/main.F90
@@ -92,7 +92,7 @@ implicit none
else
- initial_site = "gemini://gemini.circumlunar.space/"
+ initial_site = "gemini://lilarm/"
end if
@@ -186,6 +186,11 @@ implicit none
call r%draw_error("Exiting without initial site")
running = .false.
+ else if(is_failure_code(return_code)) then
+
+ call r%draw_error("Could not connect to "//desired_url)
+ loaded = .true.
+
end if
do while(loaded .and. running)