mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-02-03 14:24:56 +01:00
pprint not needded here at all
This commit is contained in:
parent
0b0fbd76a7
commit
6ae91050da
|
|
@ -3,8 +3,6 @@
|
|||
import json
|
||||
import csv
|
||||
import sys
|
||||
from pprint import pprint
|
||||
|
||||
|
||||
with open("../bookmarks.json") as f:
|
||||
bookmarks = json.load(f)
|
||||
|
|
|
|||
Loading…
Reference in a new issue