Changeset 24 for trunk/pysmsqueue

Show
Ignore:
Timestamp:
11/11/08 01:00:32 (2 months ago)
Author:
tommi
Message:

Changed indentation on the createdb function. It doesn't actually
do anything yet but work in progress.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/pysmsqueue/pysmsqueue

    r16 r24  
    2525gnokii_command = "./fake.sh" 
    2626# How long to wait for gnokii before failing the phone 
    27 gnokii_timeout = 3
     27gnokii_timeout = 6
    2828 
    2929# Set the hostname, will try to figure out else 
     
    607607 
    608608        def createDB(self, dbuser, dbpass): 
    609 """ 
     609               """ 
    610610CREATE TABLE phones ( 
    611611        id              int             primary key auto_increment, 
     
    627627        sent            TIMESTAMP 
    628628        ); 
    629 """ 
     629               """ 
    630630 
    631631if __name__ == "__main__":