diff options
Diffstat (limited to 'module/network/Bucket.py')
-rw-r--r-- | module/network/Bucket.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/network/Bucket.py b/module/network/Bucket.py index 69da277ae..add3861d6 100644 --- a/module/network/Bucket.py +++ b/module/network/Bucket.py @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>. - + @author: RaNaN """ @@ -47,7 +47,7 @@ class Bucket: time = -self.tokens/float(self.rate) else: time = 0 - + self.lock.release() return time |