We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4102ab commit ae4a351Copy full SHA for ae4a351
packet/packet.py
@@ -64,12 +64,10 @@ def valid_signature(signer_username, freshman_username):
64
return True
65
66
67
-@lru_cache(maxsize=512)
68
def get_freshman(freshman_username):
69
return Freshman.query.filter_by(rit_username=freshman_username).first()
70
71
72
73
def get_current_packet(freshman_username):
74
return get_freshman(freshman_username).current_packet()
75
0 commit comments