summaryrefslogtreecommitdiffstats
path: root/python/fatcat_tools/harvest/harvest_common.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2018-11-21 22:19:19 -0800
committerBryan Newbold <bnewbold@robocracy.org>2018-11-21 22:22:32 -0800
commitfb80eab1bdae2d21a3dda2e82230b7477ed41ebc (patch)
tree22249594f630b5535eea5a95dea8a8f81e0abbd0 /python/fatcat_tools/harvest/harvest_common.py
parent972f00e0e980da308fe80552145622ee69105b3b (diff)
downloadfatcat-fb80eab1bdae2d21a3dda2e82230b7477ed41ebc.tar.gz
fatcat-fb80eab1bdae2d21a3dda2e82230b7477ed41ebc.zip
clean up harvester comments/docs
Diffstat (limited to 'python/fatcat_tools/harvest/harvest_common.py')
-rw-r--r--python/fatcat_tools/harvest/harvest_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/harvest/harvest_common.py b/python/fatcat_tools/harvest/harvest_common.py
index f0ef51aa..6041a36f 100644
--- a/python/fatcat_tools/harvest/harvest_common.py
+++ b/python/fatcat_tools/harvest/harvest_common.py
@@ -4,7 +4,7 @@ import json
import time
import datetime
-
+# Used for parsing ISO date format (YYYY-MM-DD)
DATE_FMT = "%Y-%m-%d"
class HarvestState: