Skip to content

Instantly share code, notes, and snippets.

@cacheleocode
Created November 21, 2014 21:20
Show Gist options
  • Select an option

  • Save cacheleocode/ab56eecb0e742566b195 to your computer and use it in GitHub Desktop.

Select an option

Save cacheleocode/ab56eecb0e742566b195 to your computer and use it in GitHub Desktop.
automated push
# automated push
today = datetime.date.today()
magic = datetime.date(2014, 11, 01)
if today < magic:
closed = False
else:
closed = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment