Skip to content

Commit

Permalink
loader
Browse files Browse the repository at this point in the history
  • Loading branch information
hnipun committed Oct 18, 2024
1 parent 8dd643d commit baf6b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/server/labml_app/scripts/check_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
print(f'c48ac8bc8ccb11efb77ba088c26a9b7a_{i}')
r = run.get(f'c48ac8bc8ccb11efb77ba088c26a9b7a_{i}')
s = r.status.load()
datetime_object = datetime.fromtimestamp(s.time)
datetime_object = datetime.fromtimestamp(s.last_updated_time)
print(s.status, datetime_object)
rs = s.run_status.load()
datetime_object = datetime.fromtimestamp(rs.time)
Expand Down

0 comments on commit baf6b47

Please sign in to comment.