Load trackers file on startup
This commit is contained in:
parent
8d3b1d10d2
commit
f7099b2bc7
1 changed files with 2 additions and 0 deletions
|
@ -358,6 +358,8 @@ class Config(object):
|
|||
self.parser._print_message = original_print_message
|
||||
self.parser.exit = original_exit
|
||||
|
||||
self.loadTrackersFile()
|
||||
|
||||
# Parse command line arguments
|
||||
def parseCommandline(self, argv, silent=False):
|
||||
# Find out if action is specificed on start
|
||||
|
|
Loading…
Reference in a new issue