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"