From 628e2e41bb923ff16c8132f5499e00bffdfc2240 Mon Sep 17 00:00:00 2001 From: Joel Middendorf Date: Fri, 15 Jul 2022 22:30:18 -0700 Subject: [PATCH] Modified app.yaml The latest version of Google App Engine no longer supports "application" and "version" --- app.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.yaml b/app.yaml index 4d34c80..db962c4 100644 --- a/app.yaml +++ b/app.yaml @@ -1,5 +1,3 @@ -application: s~emu-1964 -version: 1 runtime: python27 api_version: 1 threadsafe: true