Changed update time in config; also changed order of cli arguments so that -g runs after all the args but before -r.

This commit is contained in:
Justin Emter
2018-02-24 13:31:45 -08:00
parent 6e159a83d1
commit 115cbc33c4
2 changed files with 9 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ override any media that is trying to play while the previous day is finishing.
"""
useDailyOverlapCache = True
dailyUpdateTime = "12:00 AM"
dailyUpdateTime = "11:59 PM"
"""When to delete / remake the pseudo-channel.log - right at midnight, (i.e. 'friday') """
rotateLog = "friday"