Skip to content

Commit

Permalink
Update main_GUI.py
Browse files Browse the repository at this point in the history
  • Loading branch information
M4RC-XX authored Mar 20, 2023
1 parent 35d3682 commit 35924db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GUI tests/main_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def unlock():
button = customtkinter.CTkButton(master=app, fg_color="green", text="IP-Entsperren", command=unlock)
button.place(relx=0.5, rely=0.55, anchor=tkinter.CENTER)

label = customtkinter.CTkLabel(master=app, text="https://github.com/M4RC-X/")
label = customtkinter.CTkLabel(master=app, text="https://github.com/M4RC-XX/")
label.place(relx=0.5, rely=0.75, anchor=tkinter.CENTER)


app.mainloop()
app.mainloop()

0 comments on commit 35924db

Please sign in to comment.