Commit 4abb9dd7 authored by Holger Levsen's avatar Holger Levsen
Browse files

fix typo, thanks umlaute

parent c96f0b68
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ 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 aunthenticated as: {}'.format(user))
    print('You are authenticated as: {}'.format(user))
    print(cgi.FieldStorage())