Skip to content

Commit

Permalink
Update gui_simul.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dandyoung authored Nov 23, 2023
1 parent 50f9b1a commit 40f5570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui_simul.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from datetime import datetime
import tkinter as tk
import tkinter.font
# 얘는 또 뭐하는 코드지,,?
# 얘는 또 뭐하는 코드지,,??
def save_to_db(uid, origin_text, filter_text, score):
try:
connection = mysql.connector.connect(user='js',
Expand Down Expand Up @@ -155,4 +155,4 @@ def recognize_speech(curse, output_file, text_var, stop_when_silence=3):
result_label = tk.Label(app, textvariable=text_var,font=font)
result_label.pack(padx=50, pady=50)

app.mainloop()
app.mainloop()

0 comments on commit 40f5570

Please sign in to comment.