mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix failure to make session cache folder on startup
This commit is contained in:
parent
93e4853ea2
commit
12755970b7
2 changed files with 12 additions and 5 deletions
|
@ -165,9 +165,6 @@ def initialize(config_file):
|
|||
except OSError as e:
|
||||
pass
|
||||
|
||||
if not os.path.exists(session_metadata_folder):
|
||||
os.mkdir(session_metadata_folder)
|
||||
|
||||
# Initialize the database
|
||||
logger.info(u"Checking if the database upgrades are required...")
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue