Remove superflous None parameter from example

This commit is contained in:
Lars Holmberg 2024-03-14 17:55:35 +01:00
parent f4d0300c49
commit c69316d4a9
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from locust.stats import stats_history, stats_printer
import gevent
setup_logging("INFO", None)
setup_logging("INFO")
class MyUser(HttpUser):