remove print statement in logo.py
[mygpo.git] / mygpo / constants.py
blobd03b27264a4cb3c699faa8bcd5f8462b7629e626
1 # -*- coding: utf-8 -*-
3 # This file is part of my.gpodder.org.
5 # my.gpodder.org is free software: you can redistribute it and/or modify it
6 # under the terms of the GNU Affero General Public License as published by
7 # the Free Software Foundation, either version 3 of the License, or (at your
8 # option) any later version.
10 # my.gpodder.org is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public
13 # License for more details.
15 # You should have received a copy of the GNU Affero General Public License
16 # along with my.gpodder.org. If not, see <http://www.gnu.org/licenses/>.
20 PODCAST_LOGO_SIZE = 32
21 PODCAST_LOGO_MEDIUM_SIZE = 64
22 PODCAST_LOGO_BIG_SIZE = 128
24 DEFAULT_LOGIN_REDIRECT = '/'