history.py for tradehist

This commit is contained in:
Death916 2018-07-02 00:22:11 -07:00
parent 93e881c8f4
commit 78a2842d6f

View file

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