Skip to content

Commit

Permalink
Update docstring for create_session() (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
anarchopythonista authored Jan 21, 2025
1 parent ea53de0 commit 1fd0c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TikTokApi/tiktok.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,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
timeout (int): The timeout in milliseconds for page navigation
Expand Down

0 comments on commit 1fd0c69

Please sign in to comment.