Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code simplifications and fixes #455

Merged
merged 2 commits into from
Jan 16, 2017
Merged

Code simplifications and fixes #455

merged 2 commits into from
Jan 16, 2017

Commits on Jan 15, 2017

  1. datetime.now() can use its own strftime object.

    This resolves a type mismatch risk, where datetime.strftime() is expecting a DATE, not a DATETIME object.  This may be IDE error, but it's also simpler to just refer to the specific datetime.now() object's strftime, rather than call in a separate strftime call.
    teward committed Jan 15, 2017
    Configuration menu
    Copy the full SHA
    c227c32 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2017

  1. Configuration menu
    Copy the full SHA
    07f6fd2 View commit details
    Browse the repository at this point in the history