Skip to content

Commit

Permalink
move comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Jan 29, 2022
1 parent 7e465f9 commit ac80e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/debugging.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ def hello_world(self):
pass # maybe set a breakpoint here to analyze the resp object?


# if launched directly, e.g. "python3 debugging.py", not "locust -f debugging.py"
if __name__ == "__main__":
# launched directly, e.g. "python3 debugging.py", not "locust -f debugging.py"
run_single_user(QuickstartUser)

0 comments on commit ac80e3e

Please sign in to comment.