diff --git a/app.py b/app.py index 29ce668..5921063 100644 --- a/app.py +++ b/app.py @@ -1,6 +1,7 @@ from flask import Flask, render_template, request, redirect, url_for import subprocess import re +import os from waitress import serve allowed_pattern = r'^[a-zA-Z0-9.]+$' diff --git a/tmp/password.tmp b/tmp/password.tmp new file mode 100644 index 0000000..5e5cb99 --- /dev/null +++ b/tmp/password.tmp @@ -0,0 +1 @@ +aaaaaaaaa44545 \ No newline at end of file