Skip to content

Commit

Permalink
fix missing streams data
Browse files Browse the repository at this point in the history
  • Loading branch information
datawhores committed Aug 2, 2024
1 parent d3c5a3c commit fdc4f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ofscraper/commands/commands/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ async def post_check_retriver():
labels_data = []
pinned_data = []
archived_data = []
streams_data = []

if name_match:
user_name = name_match.group(1)
Expand Down

0 comments on commit fdc4f0a

Please sign in to comment.