Beispiel #1
0
 def reread_config(self):
     try:
         newvalues = configfile.get_config(self.config,
                                           'anondownloadcurses')
     except Exception, e:
         self.d.error('Error reading config: ' + str(e))
         return
Beispiel #2
0
 def reread_config(self):
     try:
         newvalues = configfile.get_config(self.config, 'anondownloadcurses')
     except Exception, e:
         self.d.error('Error reading config: ' + str(e))
         return
Beispiel #3
0
 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
Beispiel #4
0
 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