more fixes!

This commit is contained in:
Jordan Rodgers 2019-02-19 23:36:43 -05:00
parent daa994ba32
commit d19522cab5
12 changed files with 100 additions and 60 deletions

View file

@ -1,5 +1,6 @@
import os
import subprocess
from flask import Flask
app = Flask(__name__)