Merge branch 'v4.3-dev' of https://github.com/donaldzou/WGDashboard into v4.3-dev

This commit is contained in:
Donald Zou
2025-09-15 22:10:13 +08:00

View File

@@ -9,6 +9,8 @@ class PeerShareLink:
self.Configuration = Configuration
self.SharedDate = SharedDate
self.ExpireDate = ExpireDate
if not self.ExpireDate:
self.ExpireDate = datetime.strptime("2199-12-31","%Y-%m-%d")
def toJson(self):
return {