-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e200ba5
commit 74a164b
Showing
6 changed files
with
998 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
hpt,Basic Hospital,[email protected],1990-05-01,12345,all,0,This is the default account of hospital. | ||
brm,Byram Marflitt,[email protected],1990-05-02,YthQS,Eye,1000,Logged In | ||
hbt,Hedda Bulteel,[email protected],1990-05-03,T3wcY,Eye,1500,Logged In | ||
lrc,Lorrin Cruce,[email protected],1990-05-04,yoTVI,Skin,1000,Logged In | ||
jlg,Joletta Gettins,[email protected],1990-05-05,KkZsH,Bone,2000,Logged In | ||
coz,Codee Ovize,[email protected],1990-05-06,zVVsn,Internal,1000,Logged In | ||
mrh,Mavra Haggerwood,[email protected],1990-05-07,plRgV,Internal,1000,Logged In | ||
ddb,Danie Dumbreck,[email protected],1990-05-08,m1dLP,Internal,1000,Logged In | ||
ssc,Scot Sincock,[email protected],1990-05-09,ISpDJ,Brain,2000,Logged In | ||
ehb,Eberhard Brittin,[email protected],1990-05-10,tbpR8,Brain,2000,Logged In | ||
btc,Bekki Titchen,[email protected],1990-05-11,4C4zr,Skin,1500,Logged In | ||
brm,Byram Marflitt,[email protected],1990-05-02,YthQS,eye,1000,Logged In | ||
hbt,Hedda Bulteel,[email protected],1990-05-03,T3wcY,eye,1500,Logged In | ||
lrc,Lorrin Cruce,[email protected],1990-05-04,yoTVI,skin,1000,Logged In | ||
jlg,Joletta Gettins,[email protected],1990-05-05,KkZsH,bone,2000,Logged In | ||
coz,Codee Ovize,[email protected],1990-05-06,zVVsn,internal,1000,Logged In | ||
mrh,Mavra Haggerwood,[email protected],1990-05-07,plRgV,internal,1000,Logged In | ||
ddb,Danie Dumbreck,[email protected],1990-05-08,m1dLP,internal,1000,Logged In | ||
ssc,Scot Sincock,[email protected],1990-05-09,ISpDJ,brain,2000,Logged In | ||
ehb,Eberhard Brittin,[email protected],1990-05-10,tbpR8,brain,2000,Logged In | ||
btc,Bekki Titchen,[email protected],1990-05-11,4C4zr,skin,1500,Logged In |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ def see_my_doctors(username, logged_in): | |
doctors_bucket.append(temporary[0]) | ||
cur2.close() | ||
else: | ||
doctors_bucket.append(('adm', 'admin', '[email protected]', 'all')) | ||
doctors_bucket.append(('adm', 'admin','[email protected]',"2004-12-28", 'all')) | ||
|
||
# print part | ||
# for row in doctors_bucket: | ||
|
Oops, something went wrong.