Beispiel #1
0
import os

from tbprojections import app

app.secret_key = '51bf5fc60e6b4877b9aa307'
app.run(host='0.0.0.0', port=int(os.environ['PORT']))
Beispiel #2
0
from tbprojections import app

app.secret_key = "51bf5fc60e6b4877b9aa307"
app.run(debug=True)