going-flying.com gemini git repository
00f123f1a1b9f8d7d45d5d39629ef658e8764dc3 - Matthew Ernisse - 1596032814
add a little help in the prompt and fix the backlink
diff --git a/cgi-bin/vfdsay.py b/cgi-bin/vfdsay.py index b2266d1..4485a0e 100755 --- a/cgi-bin/vfdsay.py +++ b/cgi-bin/vfdsay.py @@ -47,7 +47,7 @@ def unicodeCheck(ch): if __name__ == '__main__': qs = os.environ.get('QUERY_STRING') if not qs: - print('10 What would you like to say?\r\n') + print('10 What would you like to say (24 chars max)?\r\n') sys.exit(0) if len(qs) > 24: @@ -94,5 +94,5 @@ ATH DISCONNECTED ``` -=> /vfd.gmi Return +=> /~mernisse/01.gmi.gmi Return ''')