Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update app.py (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
gargrahuldev authored Jan 10, 2024
1 parent 4f027da commit a5fad37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utilities/rollout-dashboard-cronjob/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,7 @@ def process():

tenants = getGPWSCHeirarchy()
for tenant in tenants:
print("Tenant:", tenant['tenantId'])
activeUsersCount= getActiveUsersCount(tenant['tenantId'])
daterange = ['Last seven days','Last 15 days','currentMonth-Till date','Previous Month','Quarter-1','Quarter-2','Quarter-3','Quarter-4','Consolidated (As on date)','FY to date','Previous 1st FY (23-24)','Previous 2nd FY (22-23)','Previous 3rd FY (21-22)']
for i,date in enumerate(daterange):
Expand Down

0 comments on commit a5fad37

Please sign in to comment.