Skip to content

Commit

Permalink
make it 2 scam messages per tick
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jul 17, 2024
1 parent b30a682 commit daee580
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 @@ -764,7 +764,7 @@ async def havoc_1(
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, 5):
for i in range(0, 2):
message = scam_messages.get_scam_message()
try:
response = await checker_util_func.create_message(client, logger, message, None)
Expand Down

0 comments on commit daee580

Please sign in to comment.