You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
log file shard
This commit is contained in:
@@ -242,6 +242,8 @@ def main():
|
||||
sys.modules[MODULES_PACKAGE] = parent
|
||||
module.__package__ = MODULES_PACKAGE
|
||||
|
||||
module._log_file = log_file # type: ignore
|
||||
|
||||
if not spec.loader: continue
|
||||
try: spec.loader.exec_module(module)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user