going-flying.com gemini git repository
c42e5a9de03862d4d871c8b942e42d668d112af6 - Matthew Ernisse - 1612581982
blockquote makes it a little more obvious where the excuse is
diff --git a/cgi-bin/bofh.py b/cgi-bin/bofh.py index 01aeed5..2b4f716 100755 --- a/cgi-bin/bofh.py +++ b/cgi-bin/bofh.py @@ -62,7 +62,7 @@ if __name__ == '__main__': max = len(excuses) print('20 text/plain\r\n') print() - print(excuses[random.randint(0, max)]) + print(f'> {excuses[random.randint(0, max)]}') print() print('BOFH © Simon Travaglia') print('Excuses from http://pages.cs.wisc.edu/~ballard/bofh/excuses')