Created
August 22, 2016 05:49
-
-
Save imarban/557ed4e485285f06237a8e9406d42336 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def save_last_login(user, get_now): | |
datetime_now = get_now() | |
save(user, datetime_now) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment