Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakethesnake420 authored Dec 13, 2024
1 parent c331c6f commit 9fbd0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/athena/athenad.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
from openpilot.common.swaglog import cloudlog
from openpilot.system.version import get_build_metadata
from openpilot.system.hardware.hw import Paths
from openpilot.system.athena.webrtc import Streamer
from openpilot.system.athena.streamer import Streamer


ATHENA_HOST = os.getenv('ATHENA_HOST', 'wss://athena.comma.ai')
Expand Down

0 comments on commit 9fbd0bc

Please sign in to comment.