Update dashboard.py

- Update Job list before every run
This commit is contained in:
Donald Zou 2025-05-11 00:09:23 +08:00
parent eb0eaaae2e
commit ca779ed5ad

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: