Skip to content

Commit

Permalink
update logs again
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Mar 15, 2024
1 parent 7cde914 commit 734f94f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ def read_analytics_file(package_status_id, package_id, link, session):
try:
print(map(lambda message: message['Timestamp'], messages))
print(count_dates_hours(map(lambda message: message['Timestamp'], messages)))
print(count_sentiments(map(lambda message: message['Content'], messages)))
except Exception as e:
print(e)
print(f'Channel {channel_id} parsed')
Expand Down

0 comments on commit 734f94f

Please sign in to comment.