6 lines
100 B
Python
6 lines
100 B
Python
import frappe
|
|
|
|
|
|
def execute():
|
|
frappe.db.set_single_value("LMS Settings", "allow_guest_access", 1)
|