diff --git a/GoogleSpreadSheetAutomation/cloud_module/cloud_operations.py b/GoogleSpreadSheetAutomation/cloud_module/cloud_operations.py index 0dbb897..7a39eae 100644 --- a/GoogleSpreadSheetAutomation/cloud_module/cloud_operations.py +++ b/GoogleSpreadSheetAutomation/cloud_module/cloud_operations.py @@ -63,7 +63,7 @@ def get_spreadsheet(report_type): :param report_type: :return: """ - dict_worksheet = dict() + dict_worksheet = {} try: sheet = connect_spreadsheet() worksheet_daily = sheet.worksheet(report_type + " - Daily")