Fix dict.keys() in Python 3.
This commit is contained in:
parent
4930c2adbd
commit
7df0793441
@ -131,7 +131,7 @@ def run_all_migrations(db, app_config, global_config):
|
|||||||
"""
|
"""
|
||||||
# Gather information from all media managers / projects
|
# Gather information from all media managers / projects
|
||||||
dbdatas = gather_database_data(
|
dbdatas = gather_database_data(
|
||||||
global_config.get('plugins', {}).keys())
|
list(global_config.get('plugins', {}).keys()))
|
||||||
|
|
||||||
Session = sessionmaker(bind=db.engine)
|
Session = sessionmaker(bind=db.engine)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user