Commit bbe48859 authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Update spacing

parent e38e577d
...@@ -17,7 +17,7 @@ def Set(config): ...@@ -17,7 +17,7 @@ def Set(config):
d._since = datetime.datetime.strptime(config.Since, "%Y-%m-%d").date() d._since = datetime.datetime.strptime(config.Since, "%Y-%m-%d").date()
d._since_def_user = True d._since_def_user = True
else: else:
d._since = datetime.datetime.strptime("2006-03-21", "%Y-%m-%d").date() # the 1st tweet d._since = datetime.datetime.strptime("2006-03-21", "%Y-%m-%d").date() # the 1st Tweet
d._since_def_user = False d._since_def_user = False
return d return d
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