From 57a3eb1138cd5489970ca57bf387ccd3c8a3d84e Mon Sep 17 00:00:00 2001 From: morgannadev Date: Mon, 11 Mar 2024 10:40:27 -0300 Subject: [PATCH] fix json format --- site/data/records.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/data/records.json b/site/data/records.json index 28ceccb..08223fe 100644 --- a/site/data/records.json +++ b/site/data/records.json @@ -732,7 +732,7 @@ { "name": "Web bot with Gmail and Google Sheets", "description_short": "This automation reads the zip codes received, consults them, saves the information in a spreadsheet, and sends an email to notify anyone involved.", - "description": "The RPA automation project was developed with Python using the BotCity framework. This automation reads the zip codes received, consults the "Correios do Brasil" website, saves the information in a Google Sheets spreadsheet, and sends an email to notify you that the registration executed well.", + "description": "The RPA automation project was developed with Python using the BotCity framework. This automation reads the zip codes received, consults the Correios do Brasil website, saves the information in a Google Sheets spreadsheet, and sends an email to notify you that the registration executed well.", "tags": ["web", "python", "gmail", "google", "spreadsheet"], "programming_language": "python", "technology": ["botcity"],