Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lars Kruse
aura-engine
Commits
1f1d78fd
Commit
1f1d78fd
authored
Jan 28, 2021
by
David Trattnig
Browse files
Generalized naming. #72
parent
9259da36
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/engine.py
View file @
1f1d78fd
...
...
@@ -63,7 +63,7 @@ class Engine():
Engine
.
instance
=
self
self
.
logger
=
logging
.
getLogger
(
"AuraEngine"
)
self
.
config
=
AuraConfig
.
config
()
Engine
.
engine_time_offset
=
float
(
self
.
config
.
get
(
"
lqs_dela
y_offset"
))
Engine
.
engine_time_offset
=
float
(
self
.
config
.
get
(
"
engine_latenc
y_offset"
))
self
.
plugins
=
dict
()
self
.
channel_router
=
ChannelRouter
(
self
.
config
,
self
.
logger
)
...
...
@@ -145,7 +145,7 @@ class Engine():
"""
Liquidsoap is slow in executing commands, therefore it's needed to schedule
actions by (n) seconds in advance, as defined in the configuration file by
the property `
lqs_dela
y_offset`. it's important to note that this method
the property `
engine_latenc
y_offset`. it's important to note that this method
requires the class variable `EngineUtil.engine_time_offset` to be set on
Engine initialization.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment