Closed ATATC closed 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.
app
__main__.py
require_config()
An error was introduced in commit 02739974 where
app
is imported at the top of__main__.py
and triggersrequire_config()
but it has not been registered yet at this point, resulting in an exception.