diff options
Diffstat (limited to 'module/network/XdccRequest.py')
-rw-r--r-- | module/network/XdccRequest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/network/XdccRequest.py b/module/network/XdccRequest.py index b65398dbc..18378cc6f 100644 --- a/module/network/XdccRequest.py +++ b/module/network/XdccRequest.py @@ -70,6 +70,7 @@ class XdccRequest: self.speedLimitActive = False
self.maxSpeed = 0
self.isSlow = False
+ self.progressNotify = None
# change this for connection information
self.debug = False
|