diff options
Diffstat (limited to 'resources/tools/dash/app/wsgi.py')
-rw-r--r-- | resources/tools/dash/app/wsgi.py | 4 |
1 files changed, 2 insertions, 2 deletions
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. |