X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fpal%2F__init__.py;h=cb12b7dd5410ceb032f17dfc2b3804bc75df91ce;hp=bb110a254d9f19c63180e3beb49bdfbb19673096;hb=a6c94c7c5898fb8570f6f9ca6fdc1909d43c5dc0;hpb=3343fe81729eb4005319ca15b1e6881630d38c5b diff --git a/resources/tools/dash/app/pal/__init__.py b/resources/tools/dash/app/pal/__init__.py index bb110a254d..cb12b7dd54 100644 --- a/resources/tools/dash/app/pal/__init__.py +++ b/resources/tools/dash/app/pal/__init__.py @@ -33,7 +33,7 @@ TIME_PERIOD = MAX_TIME_PERIOD # [days] # List of releases used for iterative data processing. # The releases MUST be in the order from the current (newest) to the last # (oldest). -RELEASES=["rls2202", ] +RELEASES=["rls2206", "rls2202", ] def init_app(): """Construct core Flask application with embedded Dash app.