Skip to content

Commit

Permalink
update: url init
Browse files Browse the repository at this point in the history
  • Loading branch information
amirhnajafiz committed Aug 21, 2023
1 parent 2b09206 commit efbf9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/model/url.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def __init__(self, bucket="", key="", url="", address=""):
self.createdAt = datetime.now()
self.updatedAt = self.createdAt
self.address = address
self.status = 0
self.status = 1
self.expiresAt = None

def read(self, row: tuple):
Expand Down

0 comments on commit efbf9d1

Please sign in to comment.