Skip to content

Commit

Permalink
import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bjerrep committed May 19, 2019
1 parent 22bd7af commit 168f752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/player.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from common.log import logger as log
from common import util
from client.pipeline import Pipeline
from client.pipeline import Pipeline, LOG_FIRST_AUDIO_COUNT
from client import hwctl
import time
from enum import Enum
Expand Down Expand Up @@ -58,7 +58,7 @@ def process_runtime_message(self, runtime):
command = runtime['command']

if command == 'buffering':
self.pipeline.log_first_audio = pipeline.LOG_FIRST_AUDIO_COUNT
self.pipeline.log_first_audio = LOG_FIRST_AUDIO_COUNT
self.server_audio_state = ServerAudioState.BUFFERING
self.buffer_state = BufferState.MONITOR_STARTING
if self.realtime_autostart():
Expand Down

0 comments on commit 168f752

Please sign in to comment.