From 6ce5b7ca6511e60e4be55967fa1827a23e345c22 Mon Sep 17 00:00:00 2001 From: Josh Washburne Date: Fri, 6 Apr 2018 12:21:50 -0400 Subject: [PATCH] Whitespace cleanup. --- savepointradio/profiles/models.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/savepointradio/profiles/models.py b/savepointradio/profiles/models.py index ac6ee66..db417dc 100644 --- a/savepointradio/profiles/models.py +++ b/savepointradio/profiles/models.py @@ -66,10 +66,10 @@ class RadioProfile(Disableable, Timestampable, models.Model): if song.is_song and not self.user.is_staff and not song.is_requestable: if not song.is_available: raise MakeRequestError('Song not available at this time.') - + if song.is_playable: raise MakeRequestError('Song is already in request queue.') - + play_again = song.get_date_when_requestable().isoformat(' ', 'seconds') message = ('Song has been played recently and cannot be requested '