Skip to content

Commit f676877

Browse files
authored
Merge pull request #238 from ComputerScienceHouse/develop
Setting rit_username to proper location
2 parents 302aa8b + 86902df commit f676877

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conditional/blueprints/member_management.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def member_management_uploaduser(user_dict=None):
211211
rit_username = None
212212

213213
log.info('Create Freshman Account for {} via CSV Upload'.format(name))
214-
db.session.add(FreshmanAccount(name, onfloor_status, room_number, rit_username))
214+
db.session.add(FreshmanAccount(name, onfloor_status, room_number, None, rit_username))
215215

216216
db.session.flush()
217217
db.session.commit()

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ alembic~=0.9.8
22
astroid~=2.2.5
33
blinker~=1.4
44
click~=6.7
5-
csh-ldap~=2.0.2
5+
csh-ldap~=2.2
66
Flask~=1.1.0
77
Flask-Migrate~=2.1.1
88
Flask-Gzip~=0.2

0 commit comments

Comments
 (0)