Skip to content

Commit d59e2e4

Browse files
committed
remove 401-ing logo from app.json
1 parent e5dac6d commit d59e2e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"name": "Python on Heroku example",
33
"description": "A barebones Python app, which can easily be deployed to Heroku.",
4-
"logo": "https://photos-1.dropbox.com/t/2/AABCmL8w0GvyYBEjfGa49LRXCNIVv7jQ2yg_0J5qnv93HQ/12/1636974/png/32x32/1/1446253200/0/2/heroku-logo-stroke-purple.png/EN6UqwEYpKq3MyAHKAc/j4JHowjJ5xrFapcyO-1V_jJ_lR_4spjZEfBvaPPArTs?size_mode=2&size=1280x960",
54
"image": "heroku/python",
65
"repository": "https://github.com/heroku/python-getting-started",
76
"keywords": ["python", "django" ],
87
"addons": [ "heroku-postgresql" ]
9-
}
8+
}

0 commit comments

Comments
 (0)