Skip to content

Commit

Permalink
Merge branch 'main' into feature/user_model
Browse files Browse the repository at this point in the history
  • Loading branch information
macpd committed Jul 4, 2024
2 parents 09aeaa3 + 59d2183 commit a957a3f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Homepage = "https://github.com/CybersecurityForDemocracy/tiktok-library"
Issues = "https://github.com/CybersecurityForDemocracy/tiktok-library/issues"

[project.scripts]
tiktok-lib = "tiktok_research_api_helper.cli_data_acquisition:APP"
tiktok-lib = "tiktok_research_api_helper.cli.main:APP"

#TODO: Add Sphinx documentation auto-generation
# Libs: sphinx, sphinx-autoapi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
ApiRateLimitWaitStrategy,
TikTokApiClient,
)
from tiktok_research_api_helper.custom_types import (
from tiktok_research_api_helper.cli.custom_argument_types import (
ApiCredentialsFileType,
ApiRateLimitWaitStrategyType,
CrawlTagType,
Expand Down

0 comments on commit a957a3f

Please sign in to comment.