mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot to change this
This commit is contained in:
parent
b03e3a487e
commit
77b0920dac
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class Diagnoser():
|
|||
os.makedirs(DIAGNOSIS_CACHE)
|
||||
return write_to_json(self.cache_file, report)
|
||||
|
||||
def report(self):
|
||||
def diagnose(self):
|
||||
|
||||
if not self.args.get("force", False) and self.cached_time_ago() < self.cache_duration:
|
||||
self.logger_debug("Cache still valid : %s" % self.cache_file)
|
||||
|
|
Loading…
Add table
Reference in a new issue