summaryrefslogtreecommitdiffstats
path: root/pyload
diff options
context:
space:
mode:
Diffstat (limited to 'pyload')
-rw-r--r--pyload/plugins/internal/CaptchaService.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pyload/plugins/internal/CaptchaService.py b/pyload/plugins/internal/CaptchaService.py
index 917264392..d078f7767 100644
--- a/pyload/plugins/internal/CaptchaService.py
+++ b/pyload/plugins/internal/CaptchaService.py
@@ -18,10 +18,11 @@
"""
import re
+from random import random
-class CaptchaService():
- __version__ = "0.03"
+class CaptchaService():
+ __version__ = "0.04"
def __init__(self, plugin):
self.plugin = plugin