Skip to content
Snippets Groups Projects
Commit b9922ad6 authored by Felix Chadwick-Smith's avatar Felix Chadwick-Smith
Browse files

Added import os to fix NameError

parent 7edd5fc7
No related branches found
No related tags found
1 merge request!2Master
Access token
6vJqLP1vu_gQW1YyCAFp
TXoj4fY2FNam2Liresky
\ No newline at end of file
old one: TXoj4fY2FNam2Liresky
\ No newline at end of file
from flask import Flask, render_template, request, redirect, url_for, send_from_directory
from flask_sqlalchemy import SQLAlchemy
from flask import abort, jsonify
import os
app = Flask(__name__, static_folder='static')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment