You've already forked FrameTour-RenderWorker
修改
This commit is contained in:
@ -76,6 +76,8 @@ def get_template_def(template_id):
|
||||
|
||||
def download_template(template_id):
|
||||
template_info = api.get_template_info(template_id)
|
||||
if not os.path.isdir(template_info['local_path']):
|
||||
os.makedirs(template_info['local_path'])
|
||||
# download template assets
|
||||
overall_template = template_info['overall_template']
|
||||
video_parts = template_info['video_parts']
|
||||
|
Reference in New Issue
Block a user