implemented qr-Code

This commit is contained in:
romanschenk37 2022-03-11 22:18:40 +01:00
parent 1ce1657a65
commit d75177f7be
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from tkinter import filedialog
import time
DropDownLabels = ["Street: ", "Number: ", "Postal code: ", "City: ", "Sonnendach URL: ", "Eignung", "Screenshot Filename: ", "PV Production 50", "PV Production 75", "PV Production 100", "Value Electricity production"]
DropDownLabels = ["Street: ", "Number: ", "Postal code: ", "City: ", "Sonnendach URL: ", "Eignung", "Image Filename: ", "PV Production 50", "PV Production 75", "PV Production 100", "Value Electricity production"]
file_split_char = ","
OptionList = []
exit = False