Skip to content

Commit

Permalink
fixing syntax issues
Browse files Browse the repository at this point in the history
  • Loading branch information
viv1kk committed Jan 27, 2024
1 parent c092088 commit c2f7132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui2.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def encode_widgets():
# top_frame(app, "Encode")
def form_widgets(frame):

# def checkbox_event():
# print("checkbox toggled, current value:", edit_option_endcode.get())
def checkbox_event():
print("checkbox toggled, current value:", edit_option_endcode.get())

def open_image():
global file_path
Expand Down

0 comments on commit c2f7132

Please sign in to comment.