сдвигаем часы на 60 если колличество символов меньше двух
This commit is contained in:
@@ -401,7 +401,7 @@ def send_job(data,message):
|
||||
|
||||
#Время
|
||||
if len(data['time_h'])<2:
|
||||
anchorPoint=[40,0]
|
||||
anchorPoint=[60,0]
|
||||
payload['assets'].append({
|
||||
"layerName": "TIME_H",
|
||||
"property": "transform.anchorPoint",
|
||||
|
||||
Reference in New Issue
Block a user