From cd180fe2e27ef91151dfc1906918e2f396f924df Mon Sep 17 00:00:00 2001 From: Ske Date: Sun, 17 Feb 2019 02:21:33 +0100 Subject: [PATCH] Whoops --- src/pluralkit/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluralkit/system.py b/src/pluralkit/system.py index 1ca7a015..ca368d87 100644 --- a/src/pluralkit/system.py +++ b/src/pluralkit/system.py @@ -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)