fix: repeating container
This commit is contained in:
@@ -202,6 +202,7 @@ class CertManager:
|
||||
cert_file = self.get_cert(default_host)
|
||||
if cert_file.exists() and cert_file.stat().st_mtime != self.last_file_change:
|
||||
self.logger.debug("Detected change: %s", cert_file)
|
||||
self.last_file_change = cert_file.stat().st_mtime
|
||||
return True
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user