ProjectNeura / LEADS

Enable your racing car with powerful, data-driven instrumentation, control, and analysis systems, all wrapped up in a gorgeous look.
https://leads.projectneura.org
Apache License 2.0
257 stars 54 forks source link

The Remote Controller Tries to Initialize before the Config has been Registered #285

Closed ATATC closed 4 months ago

ATATC commented 4 months ago

An error was introduced in commit 02739974 where app is imported at the top of __main__.py and triggers require_config() but it has not been registered yet at this point, resulting in an exception.