fix(sync_site): syntax error
This commit is contained in:
parent
42fc641fd9
commit
0eb9fc5eec
1 changed files with 1 additions and 1 deletions
|
|
@ -541,7 +541,7 @@ def get_site_info():
|
|||
system_settings = frappe.db.get_singles_dict('System Settings')
|
||||
space_usage = frappe._dict((frappe.local.conf.limits or {}).get('space_usage', {}))
|
||||
|
||||
kwargs = {"fields": ["user", "creation", "full_name"], "filters":{"Operation": "Login", "Status": "Success"}, "limit": "10
|
||||
kwargs = {"fields": ["user", "creation", "full_name"], "filters":{"Operation": "Login", "Status": "Success"}, "limit": "10"}
|
||||
|
||||
site_info = {
|
||||
'installed_apps': get_installed_apps_info(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue