diff --git a/scripts/main.py b/scripts/main.py index 6b662d0..1b03405 100644 --- a/scripts/main.py +++ b/scripts/main.py @@ -47,7 +47,7 @@ def run_server(self): """ Runs Dash on port (8002). """ - self.app.run_server(debug=False, port=8002) + self.app.run(debug=False, port=8002) if __name__ == '__main__':