Processor usage reduction
This commit is contained in:
parent
09d8dc6ccb
commit
ae44e9495e
@ -4,6 +4,7 @@ import mqtt
|
||||
import report
|
||||
import select
|
||||
from systemd import journal
|
||||
import time
|
||||
|
||||
|
||||
try:
|
||||
@ -54,3 +55,4 @@ if __name__ == "__main__":
|
||||
playing = True
|
||||
send_state_msg_mqtt(mc, playing)
|
||||
logger.debug(str(entry['__REALTIME_TIMESTAMP'] )+ ' ' + entry['MESSAGE'])
|
||||
time.sleep(0.1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user