Make sure the Runtime is using Python 2.7

This commit is contained in:
Thiago Alves 2019-08-20 09:40:06 -03:00 committed by GitHub
parent b41569a5e6
commit f585f4643e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
cd webserver
python webserver.py
python2 webserver.py