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 7bf8add commit f9b7363Copy full SHA for f9b7363
packet/commands.py
@@ -99,7 +99,7 @@ def create_packets(freshmen_csv):
99
pass
100
101
start = datetime.combine(base_date, time(hour=19))
102
- end = datetime.combine(base_date, time(hour=23, minute=59)) + timedelta(days=14)
+ end = datetime.combine(base_date, time(hour=21)) + timedelta(days=14)
103
104
print("Fetching data from LDAP...")
105
eboard = set(member.uid for member in ldap_get_eboard())
0 commit comments