fix: creator patch

This commit is contained in:
Jannat Patel
2023-01-17 12:27:32 +05:30
parent e3112d8dcf
commit c8f3350761

View File

@@ -1,9 +1,6 @@
from venv import create
import frappe
from lms.install import create_instructor_role
from lms.install import create_course_creator_role
def execute():
create_instructor_role()
create_course_creator_role()