Remove redundant line.
This commit is contained in:
parent
80b3eb2031
commit
930f300bdb
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ class Song(Disableable, Publishable, Timestampable, models.Model):
|
|||
if remaining_wait.total_seconds() > 0:
|
||||
return remaining_wait
|
||||
return timedelta(seconds=0)
|
||||
return timedelta(seconds=0)
|
||||
return None
|
||||
|
||||
def get_date_when_requestable(self):
|
||||
|
|
Loading…
Reference in a new issue