Beispiel #1
0
 def reread_config(self):
     try:
         newvalues = configfile.get_config(self.config,
                                           'bittorrent-console')
     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, "btdownloadcurses")
     except Exception, e:
         globals()["torrentStatus"] = 0
         self.d.error("Error reading config: " + str(e))
         return
 def reread_config(self):
     try:
         newvalues = configfile.get_config(self.config, 'bittorrent-curses')
     except Exception, e:
         self.d.error(_("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.logger.error(_("Error reading config: ") + str_exc(e))
         return
 def read_config(self):
     try:
         newvalues = configfile.get_config(self.config, self.configfile_key)
     except Exception, e:
         self.logger.error(_("Error reading config: ") + str_exc(e) )
         return
Beispiel #6
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 #7
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
 def reread_config(self):
     try:
         newvalues = configfile.get_config(self.config, 'btdownloadcurses')
     except Exception, e:
         self.d.error('Error reading config: ' + str(e))
         return
Beispiel #9
0
 def reread_config(self):
     try:
         newvalues = configfile.get_config(self.config, 'btdownloadcurses')
     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.logger.error(_("Error reading config: ") + unicode(e.args[0]) )
         return