diff options
Diffstat (limited to 'resources/tools/presentation/pal.py')
-rw-r--r-- | resources/tools/presentation/pal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/pal.py b/resources/tools/presentation/pal.py index 1ccefd3b43..013c921124 100644 --- a/resources/tools/presentation/pal.py +++ b/resources/tools/presentation/pal.py @@ -96,7 +96,7 @@ def main(): prepare_static_content(spec) data = InputData(spec) - data.download_and_parse_data() + data.download_and_parse_data(repeat=2) generate_tables(spec, data) generate_plots(spec, data) |