def reread_config(self): try: newvalues = configfile.get_config(self.config, 'anondownloadcurses') except Exception, e: self.d.error('Error reading config: ' + str(e)) return
def read_config(self): try: newvalues = configfile.get_config(self.config, self.configfile_key) except Exception, e: self.output.message('Error reading config: ' + str(e)) return