http://cccpastefzuz6unowzgjtdwmxwjfgf5za7owwci3b2zys4jmc3xjszad.onion/ccc45dbfd62d727e
\d+\.\d+\.\d+)\]", line)
if m_olt:
current_olt_name = m_olt.group(1)
current_olt_ip = m_olt.group(2)
# Витягуємо час
time_match = re.match(r"^\w+\s+\d+\s+(\d{2}:\d{2}:\d{2})", line)
time_str = time_match.group(1) if time_match else datetime.now().strftime("%H:%M:%S")
try:
event_time = datetime.strptime(time_str, "%H:%M:%S")
event_time = event_time.replace(year=datetime.now().year,...