many file moves

This commit is contained in:
Bastian Schroll 2019-03-01 12:16:06 +01:00
parent a42676010e
commit aeaea325e9
15 changed files with 8 additions and 42 deletions

View file

@ -18,7 +18,7 @@
import logging
import re
from boswatch.packet import packet
from boswatch.packet import Packet
logging.debug("- %s loaded", __name__)
@ -48,7 +48,7 @@ class PocsagDecoder:
logging.debug("found valid POCSAG")
bwPacket = packet.Packet()
bwPacket = Packet()
bwPacket.set("mode", "pocsag")
bwPacket.set("bitrate", bitrate)
bwPacket.set("ric", ric)