mirror of
https://github.com/basicswap/basicswap.git
synced 2026-03-01 17:05:10 +01:00
network: Fix selection when no networks are specified.
This commit is contained in:
@@ -76,6 +76,7 @@ class BaseApp(DBMethods):
|
||||
|
||||
self._enabled_log_categories = set()
|
||||
for category in self.settings.get("enabled_log_categories", []):
|
||||
category = category.lower()
|
||||
if category == "net":
|
||||
self._enabled_log_categories.add(LC.NET)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user