use urllib to update sdr.hu, no wget dependency

ref: #52
This commit is contained in:
Jakob Ketterl
2020-02-15 00:16:04 +01:00
parent eaa98b0d64
commit b948e06a4f
3 changed files with 32 additions and 21 deletions

View File

@ -5,7 +5,6 @@ from datetime import datetime, timedelta
import logging
import threading
from owrx.map import Map, LatLngLocation
from owrx.bands import Bandplan
from owrx.parser import Parser
logger = logging.getLogger(__name__)