mirror of
https://github.com/SnowMB/traefik-certificate-extractor.git
synced 2025-09-18 21:24:31 +08:00
Compare commits
1 Commits
add_cli_ar
...
v1.4.0
Author | SHA1 | Date | |
---|---|---|---|
|
1943a2d6d5 |
@@ -195,7 +195,7 @@ class Handler(FileSystemEventHandler):
|
||||
self.isWaiting = True #trigger the work just once (multiple events get fired)
|
||||
self.timer = threading.Timer(2, self.doTheWork)
|
||||
self.timer.start()
|
||||
|
||||
|
||||
def doTheWork(self):
|
||||
print('DEBUG : starting the work')
|
||||
domains = createCerts(self.args)
|
||||
@@ -204,7 +204,7 @@ class Handler(FileSystemEventHandler):
|
||||
|
||||
with self.lock:
|
||||
self.isWaiting = False
|
||||
print('DEBUG : finished')
|
||||
print('DEBUG : finished')
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Reference in New Issue
Block a user