Website.run#

Website.run(*args, **kwargs)[source]#

Runs the app. It calls the function flask.Flask.run. The arguments will be passed to flask.Flask.run function.

Parameters:
  • args (Any) –

  • kwargs (Any) –