Fix nasty assert

This commit is contained in:
Leonardo Segala 2025-08-02 07:59:50 +02:00
parent a8d6279ef7
commit ebf3d29fa8
6 changed files with 14 additions and 12 deletions

View file

@ -1,7 +1,7 @@
import random
from dataclasses import dataclass
from .song import Song
from song import Song
USER_SCORE_WEIGHT = 0.7
ARTIST_WEIGHT = 0.1