going-flying.com gemini git repository
428591c3952222dfa3122cec021dc245d45c2906 - Matthew Ernisse - 1614712299
add object debug
diff --git a/cgi-bin/test b/cgi-bin/test index a60409c..adf4d4a 100755 --- a/cgi-bin/test +++ b/cgi-bin/test @@ -52,6 +52,12 @@ def print_cgi_environ(): print() print(''' +## This is the state of the gmicgi object +``` +''') + + print(vars(cgi)) + print(''' ``` ## And below here are any parameters passed to the script itself.