mirror of
https://github.com/SnowMB/traefik-certificate-extractor.git
synced 2025-04-04 02:59:30 +08:00
Merge 6729214fe9c79ade0e580fb4c92f819c812b9f7c into 0f4cab45f2524c4588e299ecb29cf6b0bf176345
This commit is contained in:
commit
01718a3ec3
@ -175,8 +175,9 @@ class Handler(FileSystemEventHandler):
|
||||
def __init__(self, args):
|
||||
self.args = args
|
||||
self.isWaiting = False
|
||||
self.timer = threading.Timer(0.5, self.doTheWork)
|
||||
self.lock = threading.Lock()
|
||||
self.timer = threading.Timer(0.5, self.doTheWork)
|
||||
self.timer.start()
|
||||
|
||||
def on_created(self, event):
|
||||
self.handle(event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user