You've already forked FrameTour-RenderWorker
u
This commit is contained in:
2
index.py
2
index.py
@@ -21,7 +21,7 @@ template_service = get_template_service()
|
||||
if "redownload" in sys.argv:
|
||||
print("Redownloading all templates...")
|
||||
try:
|
||||
for template_name in template_service.templates.keys():
|
||||
for template_name in template_service.get_all_templates().keys():
|
||||
print(f"Redownloading template: {template_name}")
|
||||
if not template_service.download_template(template_name):
|
||||
print(f"Failed to download template: {template_name}")
|
||||
|
||||
Reference in New Issue
Block a user