Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jan 20, 2022
1 parent 27b5ac0 commit 9a4eb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locust_plugins/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.3.0"
__version__ = "2.3.1"
import os
from .wait_time import constant_ips, constant_total_ips
from .debug import run_single_user
Expand Down Expand Up @@ -187,7 +187,7 @@ def wrapped(self, task):

if options.ips:
for user_class in environment.runner.user_classes:
user_class.wait_time = wait_time.constant_total_ips(options.ips)
user_class.wait_time = constant_total_ips(options.ips)


@events.quitting.add_listener
Expand Down

0 comments on commit 9a4eb77

Please sign in to comment.