pull/1763/head
Comma Device 5 years ago
parent c3171e66b3
commit d4e8785355
  1. 6
      selfdrive/debug/cycle_alerts.py

@ -1,10 +1,12 @@
#!/usr/bin/env python3
# flake8: noqa
# pylint: skip-file
# type: ignore
import argparse
import time
import zmq
import cereal.messaging as messaging
from cereal.services import service_list
from selfdrive.controls.lib.events import EVENTS, Alert
def now_millis(): return time.time() * 1000

Loading…
Cancel
Save