We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b7c1e commit 41a573eCopy full SHA for 41a573e
codelabs/flex_and_vision/main.py
@@ -12,7 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-# [START app]
16
from datetime import datetime
17
import logging
18
import os
@@ -127,4 +126,3 @@ def server_error(e):
127
126
# This is used when running locally. Gunicorn is used to run the
128
# application on Google App Engine. See entrypoint in app.yaml.
129
app.run(host='127.0.0.1', port=8080, debug=True)
130
-# [END app]
0 commit comments