mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Whoops
This commit is contained in:
parent
e1e4e68203
commit
cd180fe2e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue