updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / hellanzb / whitespace-fix.diff
bloba2c6e5c7fcc3cdf5b34fa6c36c5f2892dc627b70
1 diff --git a/Hellanzb/NZBLeecher/Protocol.py b/Hellanzb/NZBLeecher/Protocol.py
2 index 0c67779..1a5c91f 100644
3 --- a/Hellanzb/NZBLeecher/Protocol.py
4 +++ b/Hellanzb/NZBLeecher/Protocol.py
5 @@ -655,7 +655,7 @@ class NZBLeecher(NNTPClient, TimeoutMixin):
6 reactor.callInThread(decode, segment)
8 def gotGroup(self, group):
9 - group = group[3]
10 + group = self.gettingGroup
11 self.activeGroups.append(group)
12 self.gettingGroup = None
13 debug(str(self) + ' got GROUP: ' + group)