mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-04 08:16:17 +00:00
Testing webhooks
This commit is contained in:
@@ -444,7 +444,6 @@ class WireguardConfiguration:
|
||||
existingPeers = conn.execute(self.peersTable.select()).mappings().fetchall()
|
||||
for i in existingPeers:
|
||||
tmpList.append(Peer(i, self))
|
||||
self.Peers = []
|
||||
self.Peers = tmpList
|
||||
|
||||
def addPeers(self, peers: list) -> tuple[bool, dict]:
|
||||
|
Reference in New Issue
Block a user