сдвигаем часы на 60 если колличество символов меньше двух
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user