We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c75fb19 commit 8965518Copy full SHA for 8965518
2 files changed
src/meta_ai_api/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "1.2.4"
+__version__ = "1.2.5"
2
from .main import MetaAI # noqa
src/meta_ai_api/main.py
@@ -14,12 +14,10 @@
14
format_response,
15
)
16
17
-from meta_ai_api.utils import get_fb_session
+from meta_ai_api.utils import get_fb_session, get_session
18
19
from meta_ai_api.exceptions import FacebookRegionBlocked
20
21
-from src.meta_ai_api.utils import get_session
22
-
23
MAX_RETRIES = 3
24
25
0 commit comments