mirror of
https://github.com/aaronleetw/Attendance.git
synced 2024-11-14 19:11:39 -08:00
upload edit
This commit is contained in:
parent
614d984553
commit
e5f79463ae
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ def upload_homeroom():
|
|||
db.child("Users").child(user['localId']).update({
|
||||
"permission": 'homeroom',
|
||||
"username": gradec + classc,
|
||||
"homeroom": gradec + classc
|
||||
"homeroom": gradec + '^' + classc
|
||||
})
|
||||
else:
|
||||
db.child("Homerooms").child(gradec).child(
|
||||
|
|
Loading…
Reference in a new issue