fix: socketio namespace on website

This commit is contained in:
Ankush Menat 2023-06-29 23:56:05 +05:30
parent bdaed29ef2
commit e4ec6e65ee

View file

@ -170,6 +170,7 @@ def get_boot_data():
"user": frappe.db.get_value("User", frappe.session.user, "time_zone") or get_system_timezone(),
},
"assets_json": get_assets_json(),
"sitename": frappe.local.site,
}