fix: explanation issue

This commit is contained in:
Jannat Patel
2024-04-25 12:27:00 +05:30
parent c3390b9005
commit 4a4c8b4e7a
4 changed files with 62 additions and 71 deletions

View File

@@ -184,7 +184,6 @@ def remove_assessment(assessment, parent):
def create_live_class(
batch_name, title, duration, date, time, timezone, auto_recording, description=None
):
date = format_date(date, "yyyy-mm-dd", True)
frappe.only_for("Moderator")
payload = {
"topic": title,