gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

e9c5c243ce769c1d755082301e34eca1f2e31089 - Matthew Ernisse - 1595902533

technically more correct

view tree

view raw

diff --git a/cgi-bin/vfdsay.py b/cgi-bin/vfdsay.py
index 028340d..86bb3a8 100755
--- a/cgi-bin/vfdsay.py
+++ b/cgi-bin/vfdsay.py
@@ -67,7 +67,7 @@ if __name__ == '__main__':
 		)
 		resp.raise_for_response()
 	except Exception as e:
-		print('40 Error connecting to VFD: {e}\r\n')
+		print('43 Error connecting to VFD: {e}\r\n')
 		sys.exit(0)
 
 	print("20 text/gemini\r\n")