mirror of
https://amiok.net/gitea/W1CDN/aprs_tool.git
synced 2025-07-17 17:50:28 +00:00
Test commit.
This commit is contained in:
@ -40,7 +40,7 @@ def read_logs(log_folder):
|
|||||||
item['station_lat'] = config['Settings']['station_lat']
|
item['station_lat'] = config['Settings']['station_lat']
|
||||||
item['station_lon'] = config['Settings']['station_lon']
|
item['station_lon'] = config['Settings']['station_lon']
|
||||||
|
|
||||||
return(json_array)
|
return(json_array)
|
||||||
|
|
||||||
class Packets(Resource):
|
class Packets(Resource):
|
||||||
def get(self):
|
def get(self):
|
||||||
|
Reference in New Issue
Block a user