mirror of
https://github.com/SnowMB/traefik-certificate-extractor.git
synced 2025-10-02 20:05:37 +08:00
bugfix tabs
This commit is contained in:
@@ -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