Fix typo
This commit is contained in:
parent
f143000f4a
commit
8d3b1d10d2
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ class Config(object):
|
||||||
if "://" in tracker and tracker not in self.trackers:
|
if "://" in tracker and tracker not in self.trackers:
|
||||||
self.trackers.append(tracker)
|
self.trackers.append(tracker)
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
print "Error loading trackers files: %s" % err
|
print "Error loading trackers file: %s" % err
|
||||||
|
|
||||||
# Find arguments specified for current action
|
# Find arguments specified for current action
|
||||||
def getActionArguments(self):
|
def getActionArguments(self):
|
||||||
|
|
Loading…
Reference in a new issue