mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 15:05:08 +00:00
Fixed timestamp issues
This commit is contained in:
parent
d5ba5bc58d
commit
6daff525ec
2 changed files with 3 additions and 3 deletions
|
@ -46,4 +46,4 @@ class Repository(APIOBJECT):
|
|||
setattr(self, key, value)
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f'<Repository; id: {self.id}, name: {self.name}, owner: {self.owner}, created_at: {dt_formatter(self.created_at)}, default_branch: {self.default_branch}, license: {self.license}, >'
|
||||
return f'<Repository; id: {self.id}, name: {self.name}, owner: {self.owner}, created_at: {self.created_at}, default_branch: {self.default_branch}, license: {self.license}, >'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue