The PhotoSize to download: must be set to the type field of the desired PhotoSize object of the photo.
string = '/ac123'
for i, char in enumerate(string[1:], 1):
if char.isdigit():
type_, id_ = string[1:i], string[i:]
break
app = Flask(__name__)
app.config['color'] = '#17f213'
<h1 style="color: {{ config.color }}">Какой-то текст, цвет которого нужно изменить</h1>