mirror of
https://github.com/eddieoz/LoRa-Mesh-Analyzer.git
synced 2026-08-06 08:43:14 +02:00
docs: Restructure and expand project documentation, add contribution guidelines and license, and update reporting dependencies.
This commit is contained in:
@@ -34,7 +34,7 @@ def load_json_data(json_filepath):
|
||||
sys.exit(1)
|
||||
|
||||
try:
|
||||
with open(json_filepath, 'r') as f:
|
||||
with open(json_filepath, 'r', encoding='utf-8') as f:
|
||||
data = json.load(f)
|
||||
return data
|
||||
except json.JSONDecodeError as e:
|
||||
|
||||
Reference in New Issue
Block a user