Forgot to import os
This commit is contained in:
parent
133f409f77
commit
936ac564d7
1
app.py
1
app.py
|
@ -1,6 +1,7 @@
|
||||||
from flask import Flask, render_template, request, redirect, url_for
|
from flask import Flask, render_template, request, redirect, url_for
|
||||||
import subprocess
|
import subprocess
|
||||||
import re
|
import re
|
||||||
|
import os
|
||||||
from waitress import serve
|
from waitress import serve
|
||||||
|
|
||||||
allowed_pattern = r'^[a-zA-Z0-9.]+$'
|
allowed_pattern = r'^[a-zA-Z0-9.]+$'
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
aaaaaaaaa44545
|
Loading…
Reference in New Issue