You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
warning
This commit is contained in:
@@ -115,6 +115,7 @@ class ModuleManager:
|
|||||||
if not procman:
|
if not procman:
|
||||||
self.logger.critical_error("Missing process mananger.")
|
self.logger.critical_error("Missing process mananger.")
|
||||||
raise SystemExit("Missing process mananger.")
|
raise SystemExit("Missing process mananger.")
|
||||||
|
if not parser: self.logger.warning("Missing parser, advisor-less will be forced.")
|
||||||
InterModuleCommunication(self.simple_modules + [self.playlist_advisor, ProcmanCommunicator(procman), self.active_modifier])
|
InterModuleCommunication(self.simple_modules + [self.playlist_advisor, ProcmanCommunicator(procman), self.active_modifier])
|
||||||
return procman, parser
|
return procman, parser
|
||||||
def advisor_advise(self, arguments: str | None):
|
def advisor_advise(self, arguments: str | None):
|
||||||
|
|||||||
Reference in New Issue
Block a user