this is my app.yaml: application: fssmain version: 1 runtime: python api_version: 1
handlers: - url: /account/.* script: main.py login: required secure: always ------------------------------------ this is the Console --------------------- Error parsing yaml file: Unexpected attribute 'secure' for object of type <class 'google.appengine.api.ap pinfo.URLMap'>. in "fss/app.yaml", line 11, column 11 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
