This commit is contained in:
Ske 2019-02-17 02:21:33 +01:00
parent e1e4e68203
commit cd180fe2e2

View File

@ -312,7 +312,7 @@ class System(namedtuple("System", ["id", "hid", "name", "description", "tag", "a
# If not, we just do nothing. (This will be reported in the caller function through the returned result)
if len(all_tags) == 1:
tag = list(all_tags)[0]
await self.set_tag(ctx.conn, tag)
await self.set_tag(conn, tag)
return TupperboxImportResult(updated=updated_members, created=created_members, tags=all_tags)