Merge pull request #744 from donaldzou/fix-schedule-job-issue

Update dashboard.py
This commit is contained in:
Donald Zou 2025-05-11 00:14:01 +08:00 committed by GitHub
commit cce31f9b0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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