Add files via upload

This commit is contained in:
Waldek 2020-12-31 15:20:04 +01:00 committed by GitHub
parent 79508b7714
commit 333551e7b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

25
local_subscriber_ids.json Normal file
View File

@ -0,0 +1,25 @@
{
"count": 2,
"results": [
{
"callsign": "N0CALL",
"city": "",
"country": "",
"fname": " ",
"id": 1234567,
"remarks": "",
"state": "",
"surname": ""
},
{
"callsign": "N0CALL",
"city": "",
"country": "",
"fname": " ",
"id": 0,
"remarks": "",
"state": "",
"surname": ""
}
]
}