Skip to content

Commit f9b7363

Browse files
committed
Fixed the packet end time
1 parent 7bf8add commit f9b7363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packet/commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def create_packets(freshmen_csv):
9999
pass
100100

101101
start = datetime.combine(base_date, time(hour=19))
102-
end = datetime.combine(base_date, time(hour=23, minute=59)) + timedelta(days=14)
102+
end = datetime.combine(base_date, time(hour=21)) + timedelta(days=14)
103103

104104
print("Fetching data from LDAP...")
105105
eboard = set(member.uid for member in ldap_get_eboard())

0 commit comments

Comments
 (0)