Skip to content

Commit

Permalink
fix(telemetry): fix missing updating of upload timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
xen0n committed Dec 30, 2024
1 parent 626c230 commit e88263b
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 @@ -368,6 +368,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 e88263b

Please sign in to comment.