logger.info(type(data['time_h']))
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user