mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-06-28 01:06:58 +00:00
Merge pull request #744 from donaldzou/fix-schedule-job-issue
Update dashboard.py
This commit is contained in:
commit
cce31f9b0b
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user