log_dict.py
from collections import defaultdictactivity_logs = { 'neuronet.edu': [(10, 5), (14, 5), (10, 6), (10, 5), (15, 6), (9, 4), (10, 5)], 'cybersys.tech': [(8, 3), (8, 3), (9, 3), (8, 4), (7, 2)], 'quantumhub.ac': [(11, 10), (11, 10), (15, 12), (11, 10), (16, 12)], 'aetherlab.io': [(13, 6), (14, 6), (13, 7), (14, 7), (14, 8), (13, 8)], 'xvoid.org': [(20, 20), (21, 21), (20, 21), (22, 2..