mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
Fix Tupperware importing
This commit is contained in:
parent
8848a71047
commit
a9a9fb018e
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ async def import_tupperware(ctx: CommandContext):
|
|||
logger.debug("Importing from Tupperware...")
|
||||
|
||||
# Create new (nameless) system if there isn't any registered
|
||||
system = ctx.get_system()
|
||||
system = await ctx.get_system()
|
||||
if system is None:
|
||||
hid = utils.generate_hid()
|
||||
logger.debug("Creating new system (hid={})...".format(hid))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue