Skip to content

Commit

Permalink
تحيد سطر تدقيق المخرجات
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Aug 3, 2024
1 parent ef0cfb3 commit 53e3844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zakat/zakat_tracker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,8 @@ def daily_logs(self, debug: bool = False):
if debug:
print('logs[i]', logs[i])
for z in logs[i]:
print('z', z)
if debug:
print('z', z)
y[group]['total'] += z['value']
y[group]['rows'].append(z)
if debug:
Expand Down

0 comments on commit 53e3844

Please sign in to comment.