Skip to content

Commit

Permalink
fix(telemetry): fix missing updating of upload timestamp
Browse files Browse the repository at this point in the history
(cherry picked from commit e88263b)
  • Loading branch information
xen0n committed Dec 30, 2024
1 parent 99bc7af commit 5148e68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ruyi/telemetry/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,8 @@ def upload_staged_payloads(self) -> None:
for f in staged_payloads:
self.upload_one_staged_payload(f, self.pm_api_url)

self.record_upload_timestamp()

def upload_one_staged_payload(
self,
f: pathlib.Path,
Expand Down

0 comments on commit 5148e68

Please sign in to comment.