Skip to content

Commit

Permalink
محاولة اصلاح خوارزمية التوقيت المتفرد
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Nov 6, 2024
1 parent f8c9027 commit 35ec7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -971,6 +971,7 @@ def time(now: datetime = None) -> int:
Helper.time_diff_ms = ceil(diff)
sleep(Helper.time_diff_ms)
new_time = Helper._time(now)
Helper.last_time = new_time
return new_time

@staticmethod
Expand Down

0 comments on commit 35ec7fd

Please sign in to comment.