Skip to content

Instantly share code, notes, and snippets.

@imarban
Created August 22, 2016 05:49
Show Gist options
  • Save imarban/557ed4e485285f06237a8e9406d42336 to your computer and use it in GitHub Desktop.
Save imarban/557ed4e485285f06237a8e9406d42336 to your computer and use it in GitHub Desktop.
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