Load trackers file on startup

This commit is contained in:
shortcutme 2018-07-19 20:43:46 +02:00
parent 8d3b1d10d2
commit f7099b2bc7
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -358,6 +358,8 @@ class Config(object):
self.parser._print_message = original_print_message self.parser._print_message = original_print_message
self.parser.exit = original_exit self.parser.exit = original_exit
self.loadTrackersFile()
# Parse command line arguments # Parse command line arguments
def parseCommandline(self, argv, silent=False): def parseCommandline(self, argv, silent=False):
# Find out if action is specificed on start # Find out if action is specificed on start