forked from platypush/platypush
typo
This commit is contained in:
parent
a2898f63c3
commit
67ebe10c60
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue