time fixes
This commit is contained in:
parent
f02023b079
commit
d3319895c7
2 changed files with 3 additions and 5 deletions
|
|
@ -316,7 +316,7 @@ class Week(models.Model):
|
|||
if self.use_hue:
|
||||
colors = []
|
||||
for item in self.items():
|
||||
if now and item.published > now:
|
||||
if now and item.published >= now:
|
||||
continue
|
||||
color = item.get_hue(update=True)
|
||||
if color:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue