X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fdash%2Fapp%2Fwsgi.py;h=316901c707fcad781b2b8cd06585f48e11c5876a;hp=c2832e29eba6162c207090fbb6e87822938709d8;hb=b2cb835b34c7404b2aaee3ec30700c67537da66d;hpb=9eebc3e59028014a8fc151575b99347d2871c097 diff --git a/resources/tools/dash/app/wsgi.py b/resources/tools/dash/app/wsgi.py index c2832e29eb..316901c707 100644 --- a/resources/tools/dash/app/wsgi.py +++ b/resources/tools/dash/app/wsgi.py @@ -11,9 +11,9 @@ # See the License for the specific language governing permissions and # limitations under the License. -from pal import init_app -app = init_app() +from pal import app + if __name__ == "__main__": # Main entry point.