Skip to content

Commit

Permalink
add more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Androz2091 committed Mar 17, 2024
1 parent 9209834 commit bb7db8d
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):
read_time_diff = time.time() - read_time_start
read_csv_times.append(read_time_diff)
#print(f'Channel {channel_id} has {len(messages)} messages')
compute_time_start = time.time()
compute_2_time_start = time.time()
if 'recipients' in channel_json and len(channel_json['recipients']) == 2:
try:
Expand Down

0 comments on commit bb7db8d

Please sign in to comment.