Skip to content

Commit d7dde6f

Browse files
authored
Update receiver_test.py
1 parent 3ab650c commit d7dde6f

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

receiver_test.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,8 @@ def authentication(auth):
9595
# initialize database
9696
# with app.app_context():
9797
# db.create_all()
98-
# fava = User('fava','Password456','Martina','Favaretto','commissioning')
99-
# myqaion = User('admin','IDEALv1.1','Myqa','Ion','clinical')
100-
# db.session.add(fava)
101-
# db.session.add(myqaion)
98+
# user = User('user','Password456','Name','Surname','commissioning')
99+
# db.session.add(user)
102100
# db.session.commit()
103101

104102
app.run(host="10.2.72.75", port=3000) #,ssl_context='adhoc')

0 commit comments

Comments
 (0)