mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-31 12:10:31 +08:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a245218e34 | ||
|
|
fe3a9870aa | ||
|
|
24229561f1 |
@@ -6,7 +6,7 @@ import time
|
||||
import requests
|
||||
import logbook
|
||||
|
||||
DT_START = time.mktime(datetime(2010, 01, 01, 0, 0).timetuple())
|
||||
DT_START = time.mktime(datetime(2010, 1, 1, 0, 0).timetuple())
|
||||
CSV_OUT_FOLDER = '/var/tmp/catalyst/data/poloniex/'
|
||||
CONN_RETRIES = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user