Skip to content
Snippets Groups Projects

specified it to run 8080 on wsgi.py file

Merged Felix Chadwick-Smith requested to merge master into main
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
0
@@ -86,3 +86,5 @@ def download_assessment(filename):
app.logger.exception(f"Error serving assessment file: {str(e)}")
abort(500)
if __name__ == '__main__':
app.run(debug=True, port=int(os.environ.get('PORT', 5000)))
\ No newline at end of file
Loading