T
Size: a a a
T
T
🥶
d
d
@app.post("/test_substituted_data")
async def testing(test: TelegramMessage):
template_test = Template(test.message)
json_data_for_substitute = {'price': 10000, 'holders': 12000}
substituted_data = template_test.safe_substitute(**json_data_for_substitute)
return substituted_data
🥶
В
MS
A
🥶
ЕП
В
A
MS
🥶
MS
Н
🥶