mirror of https://github.com/locustio/locust.git
Remove superflous None parameter from example
This commit is contained in:
parent
f4d0300c49
commit
c69316d4a9
|
@ -6,7 +6,7 @@ from locust.stats import stats_history, stats_printer
|
|||
|
||||
import gevent
|
||||
|
||||
setup_logging("INFO", None)
|
||||
setup_logging("INFO")
|
||||
|
||||
|
||||
class MyUser(HttpUser):
|
||||
|
|
Loading…
Reference in New Issue