From 8aa8888e3a03b7227233380d559023a7f8274097 Mon Sep 17 00:00:00 2001 From: anarchopythonista <7378997+anarchopythonista@users.noreply.github.com> Date: Fri, 18 Oct 2024 11:32:41 -0400 Subject: [PATCH] Update docstring for create_session() --- TikTokApi/tiktok.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TikTokApi/tiktok.py b/TikTokApi/tiktok.py index 23c2e604..2314804f 100644 --- a/TikTokApi/tiktok.py +++ b/TikTokApi/tiktok.py @@ -232,7 +232,7 @@ async def create_sessions( override_browser_args (list[dict]): A list of dictionaries containing arguments to pass to the browser. cookies (list[dict]): A list of cookies to use for the sessions, you can get these from your cookies after visiting TikTok. suppress_resource_load_types (list[str]): Types of resources to suppress playwright from loading, excluding more types will make playwright faster.. Types: document, stylesheet, image, media, font, script, textrack, xhr, fetch, eventsource, websocket, manifest, other. - browser (str): specify either firefox or chromium, default is chromium + browser (str): firefox, chromium, or webkit; default is chromium executable_path (str): Path to the browser executable Example Usage: