slslslrhfem commited on
Commit ·
42423de
1
Parent(s): 07191d3
change delete mechanism
Browse files
app.py
CHANGED
|
@@ -225,7 +225,7 @@ def result_formatting(result):
|
|
| 225 |
|
| 226 |
match_info = {
|
| 227 |
'rank': i + 1,
|
| 228 |
-
'score': float(score),
|
| 229 |
'song_title': song_title,
|
| 230 |
'test_time': float(test_time), # 입력 곡에서 매치된 시간
|
| 231 |
'test_time2' : float(test_time2),
|
|
|
|
| 225 |
|
| 226 |
match_info = {
|
| 227 |
'rank': i + 1,
|
| 228 |
+
'score': float(score*100),
|
| 229 |
'song_title': song_title,
|
| 230 |
'test_time': float(test_time), # 입력 곡에서 매치된 시간
|
| 231 |
'test_time2' : float(test_time2),
|