mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-22 00:00:20 +01:00
no more conditional
This commit is contained in:
parent
d8bc2cab2e
commit
bf59ed34cf
|
|
@ -62,7 +62,7 @@ class Uploader(object):
|
|||
self.socket = socket.socket(socket.AF_INET, socket.SOCK_DGRAM)
|
||||
|
||||
def upload(self, spots):
|
||||
logger.debug("would now upload %i spots", len(spots))
|
||||
logger.debug("uploading %i spots", len(spots))
|
||||
for packet in self.getPackets(spots):
|
||||
self.socket.sendto(packet, ("report.pskreporter.info", 4739))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue