Skip to content

Commit

Permalink
Merge pull request #1846 from vltclz/bugfix/threads-defcon-mode
Browse files Browse the repository at this point in the history
bugfix: direct_threads fix for defcon mode error
  • Loading branch information
subzeroid committed Mar 25, 2024
2 parents 9945ddc + 95dd220 commit eaac503
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion instagrapi/mixins/direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def direct_threads_chunk(
"persistentBadging": "true",
"limit": "20",
"is_prefetching": "false",
"fetch_reason": "manual_refresh",
}
if selected_filter:
assert (
Expand Down

0 comments on commit eaac503

Please sign in to comment.