Skip to content

Commit

Permalink
Update file name
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Jul 1, 2022
1 parent dfed257 commit ce13297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion frigate/manual_events.py → frigate/events_manual.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from frigate.const import CLIPS_DIR
from frigate.models import Event
from frigate.object_processing import TrackedObject, TrackedObjectProcessor
from frigate.object_processing import TrackedObjectProcessor

logger = logging.getLogger(__name__)

Expand Down
3 changes: 1 addition & 2 deletions frigate/http.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import base64
from collections import OrderedDict
from datetime import datetime, timedelta
import copy
import logging
Expand All @@ -26,7 +25,7 @@
from playhouse.shortcuts import model_to_dict

from frigate.const import CLIPS_DIR, PLUS_ENV_VAR
from frigate.manual_events import create_manual_event, finish_manual_event
from frigate.events_manual import create_manual_event, finish_manual_event
from frigate.models import Event, Recordings
from frigate.stats import stats_snapshot
from frigate.version import VERSION
Expand Down

0 comments on commit ce13297

Please sign in to comment.