mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Change check GitHub interval to hours
This commit is contained in:
parent
b8d0bbe930
commit
28439b5042
2 changed files with 8 additions and 2 deletions
|
@ -562,3 +562,9 @@ class Config(object):
|
|||
self.HOME_STATS_CARDS = home_stats_cards
|
||||
|
||||
self.CONFIG_VERSION = 18
|
||||
|
||||
if self.CONFIG_VERSION == 18:
|
||||
self.CHECK_GITHUB_INTERVAL = (
|
||||
int(self.CHECK_GITHUB_INTERVAL // 60)
|
||||
+ (self.CHECK_GITHUB_INTERVAL % 60 > 0)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue