Skip to content

Commit ef4940e

Browse files
committed
Fix: [Server][Routers/TwitterRouter] 検索や TL 更新ができなくなっていたのを修正
凡ミスすぎる………
1 parent e3d94a0 commit ef4940e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/app/routers/TwitterRouter.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,6 @@ async def TwitterTimelineAPI(
444444

445445
return await TwitterGraphQLAPI(twitter_account).homeLatestTimeline(
446446
cursor_id = cursor_id,
447-
count = 20,
448447
)
449448

450449

@@ -470,5 +469,4 @@ async def TwitterSearchAPI(
470469
search_type = search_type,
471470
query = query,
472471
cursor_id = cursor_id,
473-
count = 20,
474472
)

0 commit comments

Comments
 (0)