Fix: One day too early
This commit is contained in:
parent
e4e6cf31ed
commit
4117a92353
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Deadline(yaml.YAMLObject):
|
|||
})
|
||||
|
||||
def test(self):
|
||||
return self.time <= datetime.date.today()
|
||||
return self.time < datetime.date.today()
|
||||
|
||||
|
||||
class Course(yaml.YAMLObject):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue