going-flying.com gemini git repository
c81e59204d1ce88602ccc225a2e3fd359cfb4b5c - Matthew Ernisse - 1595950655
format string plz.
diff --git a/cgi-bin/vfdsay.py b/cgi-bin/vfdsay.py index 86bb3a8..2813cf8 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('43 Error connecting to VFD: {e}\r\n') + print(f'43 Error connecting to VFD: {e}\r\n') sys.exit(0) print("20 text/gemini\r\n")