mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-09 15:27:54 +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 not, we just do nothing. (This will be reported in the caller function through the returned result)
|
||||||
if len(all_tags) == 1:
|
if len(all_tags) == 1:
|
||||||
tag = list(all_tags)[0]
|
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)
|
return TupperboxImportResult(updated=updated_members, created=created_members, tags=all_tags)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue