Commit 0e201e5f authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Temporarily remove datecheck

parent ad339aa3
......@@ -134,8 +134,8 @@ def getTweet(tw, location, config):
t.id = tw.find("div")["data-item-id"]
t.date = getDate(tw)
t.datestamp = t.date.strftime("%Y-%m-%d")
if config.Since and config.Until:
datecheck(t.datestamp, config)
#if config.Since and config.Until:
# datecheck(t.datestamp, config)
t.time = getTime(tw)
t.timestamp = t.time.strftime("%H:%M:%S")
t.user_id = tw.find("a", "account-group js-account-group js-action-profile js-user-profile-link js-nav")["data-user-id"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment