Skip to content

Commit

Permalink
Fix default base
Browse files Browse the repository at this point in the history
  • Loading branch information
davidteather committed Dec 23, 2020
1 parent 3d8bda7 commit 7165a4c
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 @@ -548,7 +548,7 @@ def userPage(
) = self.__process_kwargs__(kwargs)
kwargs["custom_did"] = did

api_url = "https://m.tiktok.com/api/item_list/?{}&count={}&id={}&type=1&secUid={}" "&minCursor={}&maxCursor={}&sourceType=8&appId=1233&region={}&language={}".format(
api_url = BASE_URL + "api/item_list/?{}&count={}&id={}&type=1&secUid={}" "&minCursor={}&maxCursor={}&sourceType=8&appId=1233&region={}&language={}".format(
self.__add_new_params__(),
page_size,
str(userID),
Expand Down

0 comments on commit 7165a4c

Please sign in to comment.