This commit is contained in:
Fabio Manganiello 2018-07-15 02:57:12 +02:00
parent a2898f63c3
commit 67ebe10c60
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ def get_backend(name):
""" Returns the backend instance identified by name if it exists """
global backends
return backends.get('name')
return backends.get(name)
def get_plugin(plugin_name, reload=False):