mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Return message for missing changelog file
This commit is contained in:
parent
7e5dce1c14
commit
bfad769f93
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ def read_changelog():
|
||||||
logfile = open(changelog_file, "r")
|
logfile = open(changelog_file, "r")
|
||||||
except IOError, e:
|
except IOError, e:
|
||||||
logger.error('PlexPy Version Checker :: Unable to open changelog file. %s' % e)
|
logger.error('PlexPy Version Checker :: Unable to open changelog file. %s' % e)
|
||||||
return None
|
return '<h4>Unable to open changelog file</h4>'
|
||||||
|
|
||||||
if logfile:
|
if logfile:
|
||||||
output = ''
|
output = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue