Убрал property

This commit is contained in:
2025-05-19 17:43:19 +03:00
parent a0c77aa532
commit 0fb5b6d741

View File

@@ -23,6 +23,5 @@ class ClockifyConfig:
def datetime_format(self): def datetime_format(self):
return "%Y-%m-%dT%H:%M:%SZ" return "%Y-%m-%dT%H:%M:%SZ"
@property
def update_time_entry(self, activity_id): def update_time_entry(self, activity_id):
return f"/workspaces/{self.workspace_id}/time-entries/{activity_id}" return f"/workspaces/{self.workspace_id}/time-entries/{activity_id}"