Merge pull request #22 from krippendorf/patch-1

Missing config/logger args for class AMBE
This commit is contained in:
Cort Buffington 2018-07-09 13:53:53 -05:00 committed by GitHub
commit 9210053572
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ class HBSYSTEM(DatagramProtocol):
# Configure for AMBE audio export if enabled
if self._config['EXPORT_AMBE']:
self._ambe = AMBE()
self._ambe = AMBE(_config, _logger)
def startProtocol(self):
# Set up periodic loop for tracking pings from clients. Run every 'PING_TIME' seconds