Exemplo n.º 1
0
 def record_voting(self, credential: Credential, vote_datetime: datetime):
     credential.last_vote_datetime = vote_datetime
     session.add(credential)
     session.commit()