mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Stop showing entire changelog on new install
[skip ci]
This commit is contained in:
parent
41ee863d2a
commit
8549306a7b
1 changed files with 0 additions and 4 deletions
|
@ -302,8 +302,6 @@ def initialize(config_file):
|
|||
except IOError as e:
|
||||
logger.error("Unable to read previous version from file '%s': %s" %
|
||||
(version_lock_file, e))
|
||||
else:
|
||||
prev_version = 'cfd30996264b7e9fe4ef87f02d1cc52d1ae8bfca'
|
||||
|
||||
# Get the currently installed version. Returns None, 'win32' or the git
|
||||
# hash.
|
||||
|
@ -340,8 +338,6 @@ def initialize(config_file):
|
|||
except IOError as e:
|
||||
logger.error("Unable to read previous release from file '%s': %s" %
|
||||
(release_file, e))
|
||||
elif prev_version == 'cfd30996264b7e9fe4ef87f02d1cc52d1ae8bfca': # Commit hash for v1.4.25
|
||||
PREV_RELEASE = 'v1.4.25'
|
||||
|
||||
# Check if the release was updated
|
||||
if common.RELEASE != PREV_RELEASE:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue