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

edided one comment

parent 69462169
Branches
Tags
No related merge requests found
#!/usr/bin/env python3 #!/usr/bin/env python3
from waitress import serve #Used as webserver (Production) from waitress import serve #Used as webserver (Production)
from flask import Flask, request, render_template, redirect, abort, Markup #Used to prepare the dynamic pages from flask import Flask, request, render_template, redirect, abort, Markup #Used to prepare the dynamic pages (The main site)
import sqlite3 #Used to store the Data import sqlite3 #Used to store the Data
import os #Used for getting the enviorement variables import os #Used for getting the enviorement variables
import qrcode #Used to generate the QR import qrcode #Used to generate the QR
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment