mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-10-03 07:46:18 +00:00
Merge branch 'v4.3-dev' of https://github.com/donaldzou/WGDashboard into v4.3-dev
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user