Merge pull request #748 from donaldzou/main

Merge latest to SSL/TLS branch
This commit is contained in:
Donald Zou 2025-05-13 20:38:51 +08:00 committed by GitHub
commit 614db78f7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -180,6 +180,7 @@ class PeerJobs:
def runJob(self):
needToDelete = []
self.__getJobs()
for job in self.Jobs:
c = WireguardConfigurations.get(job.Configuration)
if c is not None: