From 02f9f601146d1e9b783f3e47b4ee52d4b2b400f3 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 17 Nov 2025 19:14:17 +0000 Subject: [PATCH] install everything first --- backend/src/dashboard/scripts/hubspot_to_s3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/dashboard/scripts/hubspot_to_s3.py b/backend/src/dashboard/scripts/hubspot_to_s3.py index de5192b..7df4e3d 100644 --- a/backend/src/dashboard/scripts/hubspot_to_s3.py +++ b/backend/src/dashboard/scripts/hubspot_to_s3.py @@ -52,7 +52,7 @@ async def main(): if __name__ == "__main__": - # asyncio.run(main()) + asyncio.run(main()) fm = FileManager() timestamp = datetime.utcnow().strftime("%Y%m%d_%H%M%S") s3_filename = f"hubspot_deals_{timestamp}.json"