diff --git a/src/dashboard.py b/src/dashboard.py index 8265875..9ce1eb6 100644 --- a/src/dashboard.py +++ b/src/dashboard.py @@ -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: