Fix new entrypoint name.

This commit is contained in:
Brian Lee 2024-07-09 16:05:53 -07:00
parent 693b15faee
commit 50371b482e

View File

@ -106,7 +106,7 @@ def replay_ranked():
except Exception as e:
print(f"An error occurred: {e}")
def ranked_leaderboards():
def leaderboard_songs():
default_min_stars = 6.0
min_stars = float(input(f"Enter the minimum starlevel to include on the playlist (Default: {default_min_stars}): ") or default_min_stars)