Changeset 490

Show
Ignore:
Timestamp:
03/17/07 00:03:07 (17 months ago)
Author:
daelstorm
Message:

Mucous: fix create_config function call

Files:
3 modified

Legend:

Unmodified
Added
Removed
  • branches/newnet/mucous/mucous

    r488 r490  
    256256                else: 
    257257                        os.mkdir(config_dir, 0700) 
    258                         create_config() 
     258                        self.create_config() 
    259259                         
    260260         
  • museek+/trunk/sources/mucous/mucous

    r478 r490  
    3939try: 
    4040        import messages, driver 
    41 except: 
     41except Exception, error: 
    4242        try: 
    4343                from museek import messages, driver 
    44         except: 
    45                 print "WARNING: The Museek Message-Parsing modules, messages.py and/or driver.py  were not found. Please install them into your '/usr/lib/python2.X/site-packages/museek' directory, or place them in a 'museek' subdirectory of the directory that contains the mucous python script." 
     44        except Exception, error: 
     45                print "WARNING: The Museek Message-Parsing modules, messages.py and/or driver.py  were not found. Please install them into your '/usr/lib/python2.X/site-packages/museek' directory, or place them in a 'museek' subdirectory of the directory that contains the mucous python script.", error 
     46                 
    4647                sys.exit() 
    4748         
     
    255256                else: 
    256257                        os.mkdir(config_dir, 0700) 
    257                         create_config() 
     258                        self.create_config() 
    258259                         
    259260         
  • museek+/trunk/sources/mucous/pymucous/MucousInput.py

    r478 r490  
    15781578                                        alpha_list[rooms12] = self.mucous.ChatRooms.tickers[rooms12] 
    15791579                                #if self.mucous.Config["tickers"]["tickers_enabled"] == 'yes': 
     1580                                 
    15801581                                for rooms13, ticks in alpha_list.items(): 
    15811582                                        if rooms13 == woom: 
    1582                                                 ttickers =[] 
     1583                                                 
    15831584                                                ttickers = ticks.keys() 
    15841585                                                if ttickers != []: