mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
Merge branch 'development' of github.com:Rushilwiz/SkoolOS into development
This commit is contained in:
commit
a9ee300708
|
@ -1,3 +1,9 @@
|
|||
# SkoolOS
|
||||
Revolutionizing the interface between students and teachers through one easy service
|
||||
[](https://skoolos.readthedocs.io/en/latest/?badge=latest)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
|
|
@ -230,7 +230,9 @@ def teacherCLI(user, password):
|
|||
]
|
||||
ass = prompt(questions)['assignment']
|
||||
apath = teacher.username + "/" + course + "/" + ass
|
||||
|
||||
due = input("Enter due date (Example: 2020-08-11 16:58): ")
|
||||
due = due + ":00.000000"
|
||||
due = due.strip()
|
||||
teacher.addAssignment(apath, course, due)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user