Fix new entrypoint name.
This commit is contained in:
parent
693b15faee
commit
50371b482e
@ -106,7 +106,7 @@ def replay_ranked():
|
|||||||
except Exception as e:
|
except Exception as e:
|
||||||
print(f"An error occurred: {e}")
|
print(f"An error occurred: {e}")
|
||||||
|
|
||||||
def ranked_leaderboards():
|
def leaderboard_songs():
|
||||||
|
|
||||||
default_min_stars = 6.0
|
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)
|
min_stars = float(input(f"Enter the minimum starlevel to include on the playlist (Default: {default_min_stars}): ") or default_min_stars)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user