fixes while next loop

This commit is contained in:
rafaelmmiller
2024-12-03 11:10:19 -03:00
parent 4bb46ed152
commit 781adc21af
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import os
from .firecrawl import FirecrawlApp # noqa
__version__ = "1.6.1"
__version__ = "1.6.2"
# Define the logger for the Firecrawl project
logger: logging.Logger = logging.getLogger("firecrawl")