Changeset 2

Show
Ignore:
Timestamp:
02/12/07 11:42:15 (5 years ago)
Author:
phil
Message:

small edit to test

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ovpyq.py

    r1 r2  
    191191           if DEBUG: 
    192192             print "insert into dpri values('%s','%s',%s,%s,%s,%s,%s)"%tuple([ticker]+[mx.DateTime.strptime(t[0],"%Y-%m-%d").strftime("%Y%m%d")]+t[1:6]) 
     193             print "'%s'"%tuple([mx.DateTime.strptime(t[0],"%Y-%m-%d").strftime("%Y%m%d")]) 
    193194           c1.execute("insert into dpri values('%s','%s',%s,%s,%s,%s,%s)"%tuple([ticker]+[mx.DateTime.strptime(t[0],"%Y-%m-%d").strftime("%Y%m%d")]+t[1:6])) 
    194195           updates = updates +1