сдвигаем часы на 60 если колличество символов меньше двух

This commit is contained in:
Alexey Barabanov
2025-11-06 14:23:48 +03:00
parent c8b02fb39b
commit 38beb3d41c

View File

@@ -401,7 +401,7 @@ def send_job(data,message):
#Время #Время
if len(data['time_h'])<2: if len(data['time_h'])<2:
anchorPoint=[40,0] anchorPoint=[60,0]
payload['assets'].append({ payload['assets'].append({
"layerName": "TIME_H", "layerName": "TIME_H",
"property": "transform.anchorPoint", "property": "transform.anchorPoint",