diff --git a/plinth/modules/performance/manifest.py b/plinth/modules/performance/manifest.py index 43ac3a92d..907e33a14 100644 --- a/plinth/modules/performance/manifest.py +++ b/plinth/modules/performance/manifest.py @@ -12,7 +12,7 @@ from django.utils.translation import ugettext_lazy as _ from plinth.utils import Version -@lru_cache +@lru_cache() def _get_url(): """Return the web client URL based on Cockpit version.""" process = subprocess.run(