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 21c42e7 commit d417964
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 @@ -425,6 +425,7 @@ def read_analytics_file(package_status_id, package_id, link, session):
if 'recipients' in channel_json and len(channel_json['recipients']) == 2:
try:
print(map(lambda message: message['Timestamp'], messages))
print(count_dates_hours(map(lambda message: message['Timestamp'], messages)))
except Exception as e:
print(e)
print(f'Channel {channel_id} parsed')
Expand Down

0 comments on commit d417964

Please sign in to comment.