diff --git a/main.py b/main.py
index 35e92eab07364cbd5e94da91410d44cc8f921a3e..80da4dbf33aa64db1fa06e5988118cc9d520f3d9 100644
--- a/main.py
+++ b/main.py
@@ -1,6 +1,6 @@
 #!/usr/bin/env python3
 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 os #Used for getting the enviorement variables
 import qrcode #Used to generate the QR