Function' object has no attribute 'get_value

App Versions

{
	"frappe": "14.60.0",
	"payments": "0.0.1",
	"press": "0.7.0"
}

Route

Form/Site/new-site-hwhonrllyy

Traceback

Traceback (most recent call last):
  File "apps/frappe/frappe/app.py", line 95, in application
    response = frappe.api.handle()
  File "apps/frappe/frappe/api.py", line 55, in handle
    return frappe.handler.handle()
  File "apps/frappe/frappe/handler.py", line 47, in handle
    data = execute_cmd(cmd)
  File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
    return frappe.call(method, **frappe.form_dict)
  File "apps/frappe/frappe/__init__.py", line 1628, in call
    return fn(*args, **newargs)
  File "apps/press/press/api/account.py", line 384, in get
    cached = frappe.cache.get_value("cached-account.get", user=frappe.session.user)
AttributeError: 'function' object has no attribute 'get_value'

Request Data

{
	"type": "POST",
	"args": {},
	"headers": {},
	"error_handlers": {},
	"url": "/api/method/press.api.account.get"
}

Response Data

{
	"exception": "AttributeError: 'function' object has no attribute 'get_value'"
}

Hello im getting this APi error when i open some press doctype…