logger.info(type(data['time_h']))

This commit is contained in:
Alexey Barabanov
2025-11-06 14:50:32 +03:00
parent 2eced22c36
commit 90f50576a7

View File

@@ -424,6 +424,8 @@ def send_job(data,message):
bot.send_message(message.chat.id,f'<b>Сдвигаем</b> "<i>{data['time_h']}:{data['time_m']}</i>" на <b>{anchorPoint}</b> пикседей',parse_mode=['html'])
elif len(data['time_h'])==2 and data['time_h'] < 20:
logger.info(type(data['time_h']))
bot.send_message(message.chat.id,f'<b>Сдвигаем</b> "<i>{data['time_h']}:{data['time_m']}</i>" на <b>{anchorPoint}</b> пикседей',parse_mode=['html'])
anchorPoint=[30,0]
payload['assets'].append({
"layerName": "TIME_H",