Skip to content

Commit

Permalink
fix at not existed
Browse files Browse the repository at this point in the history
  • Loading branch information
MoYoez committed Aug 23, 2023
1 parent fedb24f commit e16c2de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@ def get_song_info():
"HD": {"rating": result_get_diff_list[1], "charter": result_get_hd_desinger}
}
showInDetailed = {
"In": {"rating": result_get_diff_list[2], "charter": result_get_in_desinger}
"IN": {"rating": result_get_diff_list[2], "charter": result_get_in_desinger}
}
if len(result_get_diff_list) >= 4:
showAtDetailed = {
"In": {
"AT": {
"rating": result_get_diff_list[3],
"charter": result_get_at_desinger,
}
Expand Down

0 comments on commit e16c2de

Please sign in to comment.