update app.json

This commit is contained in:
odysseusmax 2020-08-10 08:03:58 +00:00
parent ad2de8a9ba
commit 4d0a757c94
1 changed files with 26 additions and 26 deletions

View File

@ -19,11 +19,11 @@
"SESSION_STRING":{ "SESSION_STRING":{
"description":"Your session string.", "description":"Your session string.",
"value":"" "value":""
}, }
}, },
"buildpacks":[ "buildpacks":[
{ {
"url":"heroku/python" "url":"heroku/python"
} }
], ]
} }