Trying to fix a logging bug?

This commit is contained in:
Scott Idem
2023-06-13 12:13:01 -04:00
parent 884f737d81
commit e79401af7b

View File

@@ -79,8 +79,8 @@ if aether_cfg_sql_result := sql_select(
else: else:
# aether_cfg_sql_result # aether_cfg_sql_result
pass pass
# log.debug(aether_cfg_sql_result) log.debug(aether_cfg_sql_result)
# log.debug(config.settings) log.debug(config.settings)
# @lru_cache() # @lru_cache()
# def get_settings(): # def get_settings():