mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
fix count
This commit is contained in:
@@ -68,8 +68,8 @@ def printShowACLs(csvFormat):
|
|||||||
rows.append(row)
|
rows.append(row)
|
||||||
else:
|
else:
|
||||||
formatted_acl = formatACLRule(rule)
|
formatted_acl = formatACLRule(rule)
|
||||||
count = display.current_count(i, count)
|
current_count = display.current_count(i, count)
|
||||||
print(f'Calendar: {calendarId}, ACL: {formatted_acl}{count}')
|
print(f'Calendar: {calendarId}, ACL: {formatted_acl}{current_count}')
|
||||||
if csvFormat:
|
if csvFormat:
|
||||||
display.write_csv_file(
|
display.write_csv_file(
|
||||||
rows, titles, f'{calendarId} Calendar ACLs', toDrive)
|
rows, titles, f'{calendarId} Calendar ACLs', toDrive)
|
||||||
|
|||||||
Reference in New Issue
Block a user