Убрал property
This commit is contained in:
@@ -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}"
|
||||||
Reference in New Issue
Block a user