Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
slava-sh authored Jul 17, 2018
1 parent c07c089 commit 9f002de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/start_sploit.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ class FlagStorage:
"""
Thread-safe storage comprised of a set and a post queue.
Any number of threads can call add(), but only one "consumer thread"
can call get_flags() and mark_as_sent().
Any number of threads may call add(), but only one "consumer thread"
may call pick_flags() and mark_as_sent().
"""

def __init__(self):
Expand Down

0 comments on commit 9f002de

Please sign in to comment.