Subversion Repositories SmartDukaan

Rev

Rev 4247 | Rev 13263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4247 Rev 12979
Line 83... Line 83...
83
    logfile.write(str(strftime("%Y-%m-%d %H:%M:%S")) + ', ItemId=' + str(item_id) + ', Flag=' + str(risky) + '\n')
83
    logfile.write(str(strftime("%Y-%m-%d %H:%M:%S")) + ', ItemId=' + str(item_id) + ', Flag=' + str(risky) + '\n')
84
    logfile.close()
84
    logfile.close()
85
        
85
        
86
def to_address_string(address):
86
def to_address_string(address):
87
    address = Address
87
    address = Address
88
    pass
-
 
89
88
    pass
-
 
89
 
-
 
90
def getAsyncOperatorsForRecharge():
-
 
91
    return [9]
-
 
92
90
93