Skip to content
Snippets Groups Projects
Commit 41bbb3a9 authored by Jonas Leder's avatar Jonas Leder
Browse files

added library, which was accidentially removed

parent 94e50bf9
Branches
No related tags found
No related merge requests found
...@@ -9,3 +9,4 @@ __pycache__/ ...@@ -9,3 +9,4 @@ __pycache__/
builddate.txt builddate.txt
db/urls.db-journal db/urls.db-journal
.vscode/settings.json
...@@ -6,6 +6,7 @@ import os #Used for getting the enviorement variables ...@@ -6,6 +6,7 @@ import os #Used for getting the enviorement variables
import qrcode #Used to generate the QR import qrcode #Used to generate the QR
import base64 #Used to encode the generated QR as base64, to directly insert it into the HTML import base64 #Used to encode the generated QR as base64, to directly insert it into the HTML
from io import BytesIO #Needed for base64 encoding of the image from io import BytesIO #Needed for base64 encoding of the image
from PIL import Image #Needed for QR generation
app = Flask(__name__) app = Flask(__name__)
domain_to_index = {} domain_to_index = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment