fix: repeating container

This commit is contained in:
2026-04-20 20:00:13 +02:00
parent 7f02abca1a
commit 90742e63f1
3 changed files with 7 additions and 2 deletions
+1
View File
@@ -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