Fix nasty assert
This commit is contained in:
parent
a8d6279ef7
commit
ebf3d29fa8
6 changed files with 14 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue