Skip to content

Commit

Permalink
wrong func still worked XD
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jun 19, 2024
1 parent 76fe022 commit e135722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker/src/checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ async def havoc_1(
logger: LoggerAdapter,
) -> None:
try:
email_1, password1_1 = await checker_util_func.create_user_backup(client, logger, public_key=None)
email_1, password1_1 = await checker_util_func.create_user(client, logger, public_key=None)
except:
raise MumbleException("Could not create user 1")
for i in range(0, 20):
Expand Down

0 comments on commit e135722

Please sign in to comment.