No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

meeditor_wsgi.py 125B

123456
  1. from meeditor import app
  2. if __name__ == '__main__':
  3. app.config.update(JSONIFY_PRETTYPRINT_REGULAR=False)
  4. app.run()