Changeset 24 for trunk/pysmsqueue
- Timestamp:
- 11/11/08 01:00:32 (2 months ago)
- Files:
-
- trunk/pysmsqueue/pysmsqueue (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/pysmsqueue/pysmsqueue
r16 r24 25 25 gnokii_command = "./fake.sh" 26 26 # How long to wait for gnokii before failing the phone 27 gnokii_timeout = 3027 gnokii_timeout = 60 28 28 29 29 # Set the hostname, will try to figure out else … … 607 607 608 608 def createDB(self, dbuser, dbpass): 609 """609 """ 610 610 CREATE TABLE phones ( 611 611 id int primary key auto_increment, … … 627 627 sent TIMESTAMP 628 628 ); 629 """629 """ 630 630 631 631 if __name__ == "__main__":
