1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-18 04:22:21 +00:00

Fixed Playground

This commit is contained in:
J. Fernando Sánchez
2016-02-22 15:09:51 +01:00
parent b8339e397b
commit a50f026701
3 changed files with 93 additions and 104 deletions

View File

@@ -107,7 +107,7 @@ class Senpy(object):
candidates = self.filter_plugins(is_activated=True)
if len(candidates) > 0:
candidate = list(candidates.values())[0]
logger.debug("Default: {}".format(candidate))
logger.debug("Default: {}".format(candidate.name))
return candidate
else:
return None