File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 1212from reports .ReportAPIRequestsByUser import *
1313from reports .ReportContributorsByOrg import *
1414from reports .ReportContributorsByRepo import *
15+ from reports .ReportFailedAuth import *
1516from reports .ReportFailedWebhooks import *
1617from reports .ReportForksToOrgs import *
1718from reports .ReportGitDownload import *
@@ -81,6 +82,7 @@ def main():
8182 ReportAPIRequestsByUser (configuration , dataDirectory , metaStats ).update ()
8283 ReportContributorsByOrg (configuration , dataDirectory , metaStats ).update ()
8384 ReportContributorsByRepo (configuration , dataDirectory , metaStats ).update ()
85+ ReportFailedAuth (configuration , dataDirectory , metaStats ).update ()
8486 ReportFailedWebhooks (configuration , dataDirectory , metaStats ).update ()
8587 ReportForksToOrgs (configuration , dataDirectory , metaStats ).update ()
8688 ReportGitDownload (configuration , dataDirectory , metaStats ).update ()
You can’t perform that action at this time.
0 commit comments