fix call to _check_full_data_available

This commit is contained in:
Jay Lee
2020-05-14 14:04:15 -04:00
parent d2ae5173fc
commit 54e9ae568f

View File

@@ -87,7 +87,7 @@ def showUsageParameters():
warnings = result.get('warnings', [])
usage = result.get('usageReports')
has_reports = bool(usage)
fullData, tryDate = gapi_reports._check_full_data_available(
fullData, tryDate = _check_full_data_available(
warnings, tryDate, fullDataRequired, has_reports)
if fullData < 0:
print('No usage parameters available.')