Fix failure to make session cache folder on startup

This commit is contained in:
JonnyWong16 2018-02-15 12:21:44 -08:00
commit 12755970b7
2 changed files with 12 additions and 5 deletions

View file

@ -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: