Loading bin/cgi-bin/schedule +0 −3 Original line number Diff line number Diff line Loading @@ -13,10 +13,7 @@ cgitb.enable() def debug_info(): # Debug info, to be removed once ready to go. print() print('WARNING: This endpoint is still a WORK IN PROGRESS. ' 'This means that the option details may change without notice.') print('You are authenticated as: {}'.format(user)) print(cgi.FieldStorage()) Loading Loading
bin/cgi-bin/schedule +0 −3 Original line number Diff line number Diff line Loading @@ -13,10 +13,7 @@ cgitb.enable() def debug_info(): # Debug info, to be removed once ready to go. print() print('WARNING: This endpoint is still a WORK IN PROGRESS. ' 'This means that the option details may change without notice.') print('You are authenticated as: {}'.format(user)) print(cgi.FieldStorage()) Loading