emailtrade/history.py
2018-07-30 02:16:16 -07:00

8 lines
142 B
Python

import time
def tradehist(msg):
log = open('d:\\code\\emailtrade\\tradehist.txt','a')
log.write('\n' + time.ctime() + ' ' + msg)