Skip to content

Commit

Permalink
Added logger
Browse files Browse the repository at this point in the history
  • Loading branch information
honeytung committed Jul 2, 2024
1 parent 624bd0b commit ac65bde
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/api/test_motdet.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import random
import logging
import time

import pytest
Expand All @@ -8,6 +9,8 @@
from app.core.app_state import load_edge_config
from app.core.configs import RootEdgeConfig

logger = logging.getLogger(__name__)

DETECTORS = {
"dog_detector": {
"detector_id": "det_2UOxalD1gegjk4TnyLbtGggiJ8p",
Expand Down

0 comments on commit ac65bde

Please sign in to comment.