Skip to content

Commit

Permalink
minimizing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Aug 17, 2023
1 parent caa09b2 commit 40f79f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-app/qfieldcloud/core/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ def e_tag(self) -> str:
if self._data.e_tag is None:
return ""
else:
return self._data.e_tag.replace('"', "")
return self._data.e_tag

@property
def md5sum(self) -> str:
return self.e_tag
return self._data.e_tag.replace('""', "")

@property
def is_latest(self) -> bool:
Expand Down

0 comments on commit 40f79f9

Please sign in to comment.