Skip to content

Commit 57efcea

Browse files
committed
add datetime stamp
1 parent 840ab45 commit 57efcea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cacheOrderBook.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from omnidex import getOrderbook
2-
import redis, json, time
2+
import redis, json, time, datetime
33

44
r = redis.StrictRedis(host='localhost', port=6379, db=0)
55

0 commit comments

Comments
 (0)