From e6a5fad2db79dc7ff2a672235ecba41035d9162d Mon Sep 17 00:00:00 2001 From: lkrsnik Date: Thu, 22 Feb 2024 07:58:06 +0100 Subject: [PATCH] Added fix for label_subtypes --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index c26f145..96558da 100755 --- a/app.py +++ b/app.py @@ -302,6 +302,7 @@ def create_app(): configs['continuation_processing'] = False + configs['label_subtypes'] = True configs['nodes_number'] = True configs['print_root'] = True