From 1937c19c546900ac8b4fd4138c67b19c5acb03ce Mon Sep 17 00:00:00 2001 From: Jiayang Date: Sat, 21 Jan 2017 16:00:34 -0500 Subject: [PATCH] remove version and application field in app.yaml both the application: and version: fields removed. see also: https://code.google.com/p/google-cloud-sdk/issues/detail?id=272 --- Lesson_3/00_Conference_Central/app.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lesson_3/00_Conference_Central/app.yaml b/Lesson_3/00_Conference_Central/app.yaml index 7233f1b..53fb08b 100644 --- a/Lesson_3/00_Conference_Central/app.yaml +++ b/Lesson_3/00_Conference_Central/app.yaml @@ -1,5 +1,3 @@ -application: ud858-dev-playground -version: 1 runtime: python27 api_version: 1 threadsafe: yes