Skip to content

Commit

Permalink
cleaned up a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mothran committed Sep 24, 2014
1 parent fe954a4 commit cbdb98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbunny/bunny.py
Expand Up @@ -54,7 +54,7 @@ def __init__(self):

# each item should be an full bunny message that can be passed to the .decrypt() method
# TODO: put a upper bound of number of messages or a cleanup thread to clear out old messages
# if not consumed.
# if not consumed.
self.msg_queue = Queue.LifoQueue()

# The out queue is a FiFo Queue because it maintaines the ordering of the bunny data
Expand Down

0 comments on commit cbdb98a

Please sign in to comment.